We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ebb39 commit 231749bCopy full SHA for 231749b
.github/workflows/pytest.yml
@@ -20,9 +20,8 @@ jobs:
20
run: |
21
curl -LsSf https://astral.sh/uv/install.sh | sh
22
python -m pip install --upgrade pip
23
- uv venv
24
pip install flake8 pytest
25
- if [ -f requirements.txt ]; then uv pip install -r requirements.txt --upgrade; fi
+ if [ -f requirements.txt ]; then uv pip install -r requirements.txt --upgrade --system; fi
26
- name: Install browsers
27
run: python -m playwright install
28
- name: Test with pytest
0 commit comments