Skip to content

Commit b9544d8

Browse files
committed
Pin setuptools in CI to >=77
1 parent 3785633 commit b9544d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ !github.event.pull_request || github.event.action != 'closed' }}
4242
shell: bash -l {0}
4343
run: |
44-
pip install numpy cython setuptools scikit-build cmake sphinx sphinx_rtd_theme furo pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics sphinx_design
44+
pip install numpy cython setuptools">=77" scikit-build cmake sphinx sphinx_rtd_theme furo pydot graphviz sphinxcontrib-programoutput sphinxcontrib-googleanalytics sphinx_design
4545
- name: Checkout repo
4646
uses: actions/checkout@v4.1.1
4747
with:

.github/workflows/build-with-clang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install mkl_random dependencies
5454
shell: bash -l {0}
5555
run: |
56-
pip install cython setuptools pytest pytest-cov wheel
56+
pip install cython setuptools">=70.1" pytest pytest-cov wheel
5757
pip install ${{ matrix.numpy_build_version }}
5858
5959
- name: List oneAPI folder content

0 commit comments

Comments
 (0)