Skip to content

Commit

Permalink
Don't run numpy2 on py2.7
Browse files Browse the repository at this point in the history
Probably pissed off some software gremlins by allowing that combo!
  • Loading branch information
manodeep authored Jul 29, 2024
1 parent 6930781 commit 9bb579d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# numpy1.18 only on python3.10
# (which, in turn, is only on 'latest')
- python-version: "2.7"
numpy-version: "1.18"
numpy-version: "2.0.1"
- python-version: "3.9"
numpy-version: "1.18"

Expand Down

0 comments on commit 9bb579d

Please sign in to comment.