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 31737e2 commit b913052Copy full SHA for b913052
.github/workflows/tests.yml
@@ -34,4 +34,5 @@ jobs:
34
- name: Test code's execution (pytest)
35
run: pytest -v tests
36
- name: Test docs' building (Sphinx)
37
+ if: ${{ matrix.python != '3.9' }}
38
run: docs/build
0 commit comments