Skip to content

Commit

Permalink
try to workaround pypa/setuptools#4519
Browse files Browse the repository at this point in the history
  • Loading branch information
evaleev committed Oct 23, 2024
1 parent 6eb6fba commit 69e970c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ jobs:
brew info gcc@11
ls -l /opt/homebrew/Cellar/gcc@11/*/bin
pip3.11 install scipy
# see https://github.com/pypa/setuptools/issues/4519#issuecomment-2254983472
cat "setuptools<72" > ${{github.workspace}}/build/python_constraints.txt
echo "PIP_CONSTRAINT=${{github.workspace}}/build/python_constraints.txt" >> $GITHUB_ENV
- name: Install prerequisites Ubuntu packages
if: ${{ steps.skip_check.outputs.should_skip != 'true' && matrix.os == 'ubuntu-20.04' }}
Expand Down

0 comments on commit 69e970c

Please sign in to comment.