Skip to content

Commit 86dc69a

Browse files
committed
Use python -m for creating virtualenv
1 parent 378f406 commit 86dc69a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
UV_CACHE_DIR: ~/.cache/uv
4444
run: |
4545
python -m pip install --upgrade uv
46-
uv venv
46+
python -m uv venv
4747
source ./.venv/bin/activate
4848
python -m uv pip install --upgrade .[dev]
4949

0 commit comments

Comments
 (0)