Skip to content

Commit f11b28d

Browse files
committed
fix
1 parent 6ab7d76 commit f11b28d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies with uv
2828
run: |
2929
# Install latest uv version using the installer
30-
run: curl -LsSf https://astral.sh/uv/install.sh | sh
30+
curl -LsSf https://astral.sh/uv/install.sh | sh
3131
uv sync --all-extras --dev
3232
3333
- name: Run tests
@@ -55,7 +55,7 @@ jobs:
5555
- name: Install dependencies with uv
5656
run: |
5757
# Install latest uv version using the installer
58-
run: curl -LsSf https://astral.sh/uv/install.sh | sh
58+
curl -LsSf https://astral.sh/uv/install.sh | sh
5959
uv sync --all-extras --dev
6060
6161
- name: Pull latest changes

0 commit comments

Comments
 (0)