We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71043a3 commit d12faf6Copy full SHA for d12faf6
.github/workflows/python-tests.yml
@@ -45,6 +45,6 @@ jobs:
45
run: |
46
python -m pip install --upgrade pip
47
pip install uv
48
- uv sync
+ uv sync --extra test
49
- name: 🧪 run tests
50
run: uv run pytest -q tests/unit/
0 commit comments