Skip to content

Commit db59228

Browse files
committed
Pin setuptools version to >=70.1 when building docs in CI
1 parent bc7a739 commit db59228

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)