Skip to content

Commit 231749b

Browse files
author
rpobotin
committed
Update CI configuration to install dependencies with system site packages
1 parent 87ebb39 commit 231749b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ jobs:
2020
run: |
2121
curl -LsSf https://astral.sh/uv/install.sh | sh
2222
python -m pip install --upgrade pip
23-
uv venv
2423
pip install flake8 pytest
25-
if [ -f requirements.txt ]; then uv pip install -r requirements.txt --upgrade; fi
24+
if [ -f requirements.txt ]; then uv pip install -r requirements.txt --upgrade --system; fi
2625
- name: Install browsers
2726
run: python -m playwright install
2827
- name: Test with pytest

0 commit comments

Comments
 (0)