Skip to content

Commit 87ebb39

Browse files
author
rpobotin
committed
Add virtual environment setup to CI configuration
1 parent cc23e75 commit 87ebb39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
run: |
2121
curl -LsSf https://astral.sh/uv/install.sh | sh
2222
python -m pip install --upgrade pip
23+
uv venv
2324
pip install flake8 pytest
2425
if [ -f requirements.txt ]; then uv pip install -r requirements.txt --upgrade; fi
2526
- name: Install browsers

0 commit comments

Comments
 (0)