Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AtticusZeller committed Aug 30, 2024
1 parent 6ab7d76 commit f11b28d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies with uv
run: |
# Install latest uv version using the installer
run: curl -LsSf https://astral.sh/uv/install.sh | sh
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync --all-extras --dev
- name: Run tests
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install dependencies with uv
run: |
# Install latest uv version using the installer
run: curl -LsSf https://astral.sh/uv/install.sh | sh
curl -LsSf https://astral.sh/uv/install.sh | sh
uv sync --all-extras --dev
- name: Pull latest changes
Expand Down

0 comments on commit f11b28d

Please sign in to comment.