Skip to content

Commit 1dd7aa6

Browse files
committed
Only run docs on 3.13
1 parent 34bfc33 commit 1dd7aa6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
container: 'off'
5252
working-directory: ./python
5353
args: --extras devel,docs
54-
54+
5555
- name: Run lints
5656
run: |
5757
source .venv/bin/activate
@@ -65,6 +65,7 @@ jobs:
6565
pytest
6666
6767
- name: Build docs
68+
if: ${{ matrix.python-version == '3.13' }}
6869
run: |
6970
source .venv/bin/activate
7071
sphinx-build -M html docs/source/ docs/build/

0 commit comments

Comments
 (0)