Skip to content

Commit

Permalink
Make sure setuptools is installed for >=3.12 compatibbility
Browse files Browse the repository at this point in the history
  • Loading branch information
taobrienlbl committed Sep 10, 2024
1 parent 7dbc9eb commit bfdde73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
- name: Test against oldest supported numpy version
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade setuptools
python -m pip install numpy==1.23.5
# now run test suite
pip install -r requirements.txt
Expand Down

0 comments on commit bfdde73

Please sign in to comment.