Skip to content

Commit ee7ec5f

Browse files
committed
Create and enter 'uv' virtual environment for tests
1 parent 3396eb9 commit ee7ec5f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install uv
30+
uv venv
31+
uv source venv/bin/activate
3032
uv pip install -e ".[dev]"
3133
uv pip install pytest pytest-cov
3234

0 commit comments

Comments
 (0)