Skip to content

Commit

Permalink
CI: test with numpy v1 and v2 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
elcorto committed Nov 27, 2024
1 parent 501d338 commit f5c4264
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 @@ -15,6 +15,7 @@ jobs:
matrix:
python-version: ["3.10", "3.11", "3.12"]
os: [ubuntu-latest]
numpy_version: ["< 2", "> 2"]

runs-on: ${{ matrix.os }}

Expand Down Expand Up @@ -46,6 +47,9 @@ jobs:
- name: install deps
run: |
# Super low tech, no need for tox just yet.
# Thanks: https://til.simonwillison.net/github-actions/running-tests-against-multiple-verisons-of-dependencies
pip install "numpy ${{ matrix.numpy_version }}"
pip install -e ".[test,dask]"
- name: lint
Expand Down

0 comments on commit f5c4264

Please sign in to comment.