Skip to content

Commit e4af8a7

Browse files
committed
1 parent 6eb6fba commit e4af8a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cmake.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ jobs:
7676
brew info gcc@11
7777
ls -l /opt/homebrew/Cellar/gcc@11/*/bin
7878
pip3.11 install scipy
79-
79+
# see https://github.com/pypa/setuptools/issues/4519#issuecomment-2254983472
80+
echo "setuptools<72" > ${{github.workspace}}/build/python_constraints.txt
81+
echo "PIP_CONSTRAINT=${{github.workspace}}/build/python_constraints.txt" >> $GITHUB_ENV
8082
8183
- name: Install prerequisites Ubuntu packages
8284
if: ${{ steps.skip_check.outputs.should_skip != 'true' && matrix.os == 'ubuntu-20.04' }}

0 commit comments

Comments
 (0)