Skip to content

Commit 4afd4e5

Browse files
committed
Install uv without Python
1 parent 86dc69a commit 4afd4e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ jobs:
4242
env:
4343
UV_CACHE_DIR: ~/.cache/uv
4444
run: |
45-
python -m pip install --upgrade uv
46-
python -m uv venv
45+
curl -LsSf https://astral.sh/uv/install.sh | sh
46+
uv venv
4747
source ./.venv/bin/activate
48-
python -m uv pip install --upgrade .[dev]
48+
uv pip install --upgrade .[dev]
4949
5050
- name: "Lint"
5151
run: |

0 commit comments

Comments
 (0)