Skip to content

Commit

Permalink
CICD: Add test for Numpy v2
Browse files Browse the repository at this point in the history
  • Loading branch information
RUrlus committed Jun 12, 2024
1 parent d74ca57 commit 8f84e74
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test_numpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- unstable
schedule:
- cron: '0 23 * * 1'
workflow_dispatch:

defaults:
run:
Expand Down Expand Up @@ -63,6 +64,17 @@ jobs:
numpy: "numpy",
python-version: "3.11"
}
- {
name: "Numpy v2",
os: ubuntu-latest,
build_type: "Release",
cc: "gcc-11",
cxx: "g++-11",
generators: "Ninja",
target: "all",
numpy: "numpy>=2.0.0rc1",
python-version: "3.11"
}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8f84e74

Please sign in to comment.