Skip to content

Commit

Permalink
Add test case with numpy >=2.0.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
bnavigator committed May 23, 2024
1 parent ad58652 commit 37fdb1c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
numpy-version: [""]
architecture: [x86, x64]
os:
[
Expand All @@ -27,6 +28,12 @@ jobs:
architecture: x86
- os: macos-12
architecture: x86
include:
- python-version: "3.12"
numpy-version: ">=2.0.0rc1"
architecture: x64
os: ubuntu-latest

steps:
- uses: actions/checkout@v4

Expand All @@ -42,7 +49,7 @@ jobs:
- name: Test with pytest
run: |
pip install pytest
pip install pytest "numpy${{ matrix.numpy-version }}"
pytest --pyargs bottleneck
check:
Expand Down

0 comments on commit 37fdb1c

Please sign in to comment.