Skip to content

Commit

Permalink
BUG: workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Aug 12, 2024
1 parent 9c06bf8 commit 907be2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ jobs:
python-version: ["3.11", "3.12"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
numpy_ver: ["latest"]
test_config: ["latest"]
include:
- python-version: "3.10"
numpy_ver: "1.24"
os: "ubuntu-latest"
test_config: ["NEP29"]

name: Python ${{ matrix.python-version }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 907be2d

Please sign in to comment.