Skip to content

Commit 87f7338

Browse files
fix github workflow
1 parent 5e43c63 commit 87f7338

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
curl -LsSf https://astral.sh/uv/install.sh | sh
2727
echo "$HOME/.local/bin" >> $GITHUB_PATH
2828
29+
- name: Create virtual environment
30+
run: uv venv
31+
2932
- name: Install dependencies
3033
run: uv pip install -e ".[dev]"
3134

0 commit comments

Comments
 (0)