Skip to content

Commit b913052

Browse files
committed
#167 Do not run docs' building in Python 3.9
1 parent 31737e2 commit b913052

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
- name: Test code's execution (pytest)
3535
run: pytest -v tests
3636
- name: Test docs' building (Sphinx)
37+
if: ${{ matrix.python != '3.9' }}
3738
run: docs/build

0 commit comments

Comments
 (0)