Skip to content

Commit

Permalink
GitHub Actions: Force setuptools upgrade for newer build file layout
Browse files Browse the repository at this point in the history
  • Loading branch information
ideoforms committed Dec 3, 2023
1 parent ab408fc commit 3c340d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# annoyingly seems like GitHub Actions as of 30 May 2023 will attempt to install
# numpy 1.25.0rc1 on Python 3.8, even though it requires Python 3.9+.
# specify particular version here as a workaround.
sudo pip3 install pytest numpy==1.22.0 scipy==1.10.0
sudo pip3 install pytest numpy==1.22.0 scipy==1.10.0 setuptools>=62.1.0
- name: Configure
run: mkdir build && cd build && cmake ..
- name: Make
Expand Down

0 comments on commit 3c340d8

Please sign in to comment.