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 f09ae3b commit b7d061dCopy full SHA for b7d061d
.github/workflows/devRun.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Create venv & install dependencies
22
run: |
23
uv venv
24
- uv pip sync uv.lock
+ uv sync --all-extras --dev
25
- name: Test with pytest
26
env:
27
EMAIL: ${{ secrets.EMAIL }}
.github/workflows/nightly.yml
@@ -50,7 +50,7 @@ jobs:
50
51
52
53
54
- name: Run Tests
55
56
xvfb-run .venv/bin/python -m pytest ${{ github.event.inputs.pytest_command || '-m "not devRun"' }} \
0 commit comments