Skip to content

Commit 04c1f01

Browse files
chore: add step to set up virtual environment in GitHub Actions workflow
1 parent c6c5a83 commit 04c1f01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
curl -LsSf https://astral.sh/uv/install.sh | sh
2929
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
3030
31+
- name: Setup Virtual Environment
32+
run: uv venv
33+
3134
- name: Install dependencies
3235
run: uv pip install -e ".[dev]"
3336

0 commit comments

Comments
 (0)