Skip to content

Commit

Permalink
add cross-version-numpy2-test
Browse files Browse the repository at this point in the history
  • Loading branch information
skjerns committed Jul 27, 2024
1 parent 5a0269b commit bb4b8d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests
name: Run numpy 2<->1 compatibility
on:
pull_request:
branches:
Expand All @@ -18,7 +18,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install packages
run: |
pip install numpy==1.9.3
pip install numpy==1.26
pip install pytest
pip install -e .
pip install -r requirements-test.txt
Expand Down

0 comments on commit bb4b8d7

Please sign in to comment.