Skip to content

Commit 9bc7e38

Browse files
committed
Fix venv create command
1 parent 7f6598e commit 9bc7e38

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
@@ -44,7 +44,7 @@ jobs:
4444
UV_CACHE_DIR: /home/runner/.cache/uv
4545
run: |
4646
curl -LsSf https://astral.sh/uv/install.sh | sh
47-
uv /home/runner/.venv
47+
uv venv /home/runner/.venv
4848
source /home/runner/.venv/bin/activate
4949
uv pip install --upgrade --editable ".[dev]"
5050

0 commit comments

Comments
 (0)