Skip to content

Commit

Permalink
Check numpy v2.0 (#177)
Browse files Browse the repository at this point in the history
* Add numpy-version matrix into github workflows

* Modify numpy-version matrix

* Modify numpy-version matrix

* Modify numpy-version matrix

* Add test-numpy2 as a new test
  • Loading branch information
porink0424 authored May 1, 2024
1 parent 50ea479 commit 175d91a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,17 @@ jobs:
python -m pip install --upgrade pip setuptools numpy scipy hypothesis
pip install --progress-bar off .
- run: python -m unittest
test-numpy2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v4
with:
architecture: x64
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools scipy hypothesis
python -m pip install --pre --upgrade numpy
pip install --progress-bar off .
- run: python -m unittest

0 comments on commit 175d91a

Please sign in to comment.