Skip to content

Commit 0330452

Browse files
committed
Add separate tests for numpy 1 and numpy 2.
1 parent 03acabc commit 0330452

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/regression-tests.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
16+
numpy-version: ["<2.0.0", ">=2.0.0"]
1617

1718
steps:
1819
- uses: actions/checkout@v3
@@ -25,6 +26,7 @@ jobs:
2526
sudo apt-get install ffmpeg ghostscript
2627
python -m pip install --upgrade pip
2728
pip install coveralls
29+
pip install numpy${{ matrix.numpy-version }}
2830
pip install .[all]
2931
- name: Run tests
3032
run: |

0 commit comments

Comments
 (0)