Skip to content

Commit 0ebfc32

Browse files
add installation of documentation requirements to macos-14 job
1 parent c528d1a commit 0ebfc32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
python -m pip install --upgrade pip
5353
pip install setuptools build cython wheel
5454
pip install -r tests/requirements.txt
55+
pip install -r doc/requirements.txt
5556
- name: Build extension
5657
run: |
5758
python -m pip install -v .

0 commit comments

Comments
 (0)