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 fd8c73a commit e852491Copy full SHA for e852491
.github/workflows/unit-tests.yaml
@@ -28,8 +28,8 @@ jobs:
28
- name: install dependencies
29
run: uv sync
30
31
- - name: Install test-only dependencies (Python 3.13)
32
- if: matrix.python-version == '3.13'
+ - name: Install test-only dependencies (Python 3.9 and 3.13)
+ if: matrix.python-version == '3.9' || matrix.python-version == '3.13'
33
run: uv sync --group tests
34
35
- name: Unit tests
0 commit comments