Skip to content

Commit f8c751b

Browse files
authored
Merge pull request #2044 from IntelPython/fix-ci-doc-builds
[MAINT] Fix building docs in CI
2 parents bc7a739 + db59228 commit f8c751b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
5959
shell: bash -l {0}
6060
run: |
61-
pip install numpy cython setuptools scikit-build cmake sphinx"<7.2" pydot graphviz furo \
61+
pip install numpy cython setuptools">=70.1" scikit-build cmake sphinx"<7.2" pydot graphviz furo \
6262
sphinxcontrib-programoutput sphinxcontrib-googleanalytics sphinx-design \
6363
sphinxcontrib-jsmath sphinx-copybutton sphinxcontrib-spelling \
6464
versioneer[toml]==0.29

0 commit comments

Comments
 (0)