Skip to content

Commit

Permalink
CI: Explicitly install NumPy 1.26.0b1 on Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 3, 2023
1 parent 71e8608 commit 3e75710
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Setup Project
run: |
pip install pip 'setuptools>=64' --upgrade
pip install 'numpy>=1.26.0b1; python_version>="3.12.0.rc1"'
pip install --editable='.[test]'
- name: Run tests
Expand Down

0 comments on commit 3e75710

Please sign in to comment.