We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eb6fba commit e4af8a7Copy full SHA for e4af8a7
.github/workflows/cmake.yml
@@ -76,7 +76,9 @@ jobs:
76
brew info gcc@11
77
ls -l /opt/homebrew/Cellar/gcc@11/*/bin
78
pip3.11 install scipy
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
82
83
- name: Install prerequisites Ubuntu packages
84
if: ${{ steps.skip_check.outputs.should_skip != 'true' && matrix.os == 'ubuntu-20.04' }}
0 commit comments