We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 912c486 + 6b1d76c commit 133ef74Copy full SHA for 133ef74
1 file changed
.github/workflows/test.yml
@@ -33,4 +33,8 @@ jobs:
33
run: |
34
pip install pytest pytest-cov
35
pip install ./target
36
- pytest -v --cov=openminds --cov-report term pipeline/tests
+ if [ "${{ matrix.python-version }}" = "3.14" ]; then
37
+ pytest -v --cov=openminds --cov-report term pipeline/tests
38
+ else
39
+ pytest -v pipeline/tests
40
+ fi
0 commit comments