We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2129c3c commit 9792f66Copy full SHA for 9792f66
1 file changed
.github/workflows/ci_tests.yml
@@ -54,8 +54,8 @@ jobs:
54
linux: py311-test-numpy126-alldeps-cov
55
coverage: codecov
56
57
- - name: Python 3.9 with oldest supported versions
58
- linux: py39-test-oldestdeps
+ - name: Python 3.9 with oldest supported versions, measuring coverage
+ linux: py39-test-oldestdeps-cov
59
macos-test:
60
name: Python 3.11 with all optional dependencies (MacOS)
61
needs: [oorb-data]
0 commit comments