We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab7d76 commit f11b28dCopy full SHA for f11b28d
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Install dependencies with uv
28
run: |
29
# Install latest uv version using the installer
30
- run: curl -LsSf https://astral.sh/uv/install.sh | sh
+ curl -LsSf https://astral.sh/uv/install.sh | sh
31
uv sync --all-extras --dev
32
33
- name: Run tests
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
61
- name: Pull latest changes
0 commit comments