Skip to content

Commit 231a934

Browse files
committed
Fix pipeline
run sphinx-latest only when Python version is higher than 3.9
1 parent 8589450 commit 231a934

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Build documentation with Sphinx 2.4.5
2424
run: tox -e sphinx2.4.5
2525
- name: Build documentation with latest Sphinx versions
26+
if: matrix.python-version > 3.9
2627
run: tox -e sphinx-latest
2728
- name: Static checks
2829
if: matrix.python-version == 3.9

0 commit comments

Comments
 (0)