Skip to content

Commit

Permalink
Add numpy 2.0.0rc2 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Jun 6, 2024
1 parent 3d170d5 commit f483246
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ jobs:
# Use pybind11-global to make CMake files visible
pip install -U pybind11-global
- name: Try numpy 2 # Delete me after this is default
if: matrix.py == 3.12
run: pip install numpy==2.0.0rc2

- name: Install remaining dependencies
run: |
pip install -U -r test_requirements.txt
Expand Down

0 comments on commit f483246

Please sign in to comment.