Skip to content

Commit

Permalink
Fix broken Cython
Browse files Browse the repository at this point in the history
  • Loading branch information
terhorstd authored Jul 22, 2024
1 parent 67629c7 commit 20d34c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nestbuildmatrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,8 @@ jobs:
- name: "Install Python dependencies"
run: |
python -m pip install --upgrade pip setuptools cython
python -m pip install --upgrade pip setuptools
python -m pip install --force-reinstall --upgrade cython # this finds a broken preinstall if not explicitly forced
python -c "import setuptools; print('package location:', setuptools.__file__)"
pip list
Expand Down

0 comments on commit 20d34c2

Please sign in to comment.