Skip to content

Commit

Permalink
add numpy to the test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 7, 2024
1 parent 12a8c68 commit 45297bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
# Oldest one based on NEP-29 and latest one.
# See https://numpy.org/neps/nep-0029-deprecation_policy.html
numpy-version: ["1.23", "1.26"]
fail-fast: false

steps:
Expand All @@ -30,6 +33,7 @@ jobs:
run: >
python -m pip install -r requirements-dev.txt
&& python -m pip install -e .
&& python -m pip install numpy==${{ matrix.numpy-version }}
- name: Tests
run: |
Expand Down

0 comments on commit 45297bc

Please sign in to comment.