Skip to content

Commit

Permalink
UPD: python and numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcordier authored and Thibault Cordier committed Nov 13, 2023
1 parent 6afbaf8 commit e37bb29
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,16 @@ jobs:
numpy-version: 1.21.4
- os: ubuntu-latest
python-version: "3.10"
numpy-version: 1.22.3
numpy-version: 1.22.4
- os: ubuntu-latest
python-version: "3.11"
numpy-version: 1.25.2
- os: windows-latest
python-version: "3.10"
numpy-version: 1.22.3
python-version: "3.11"
numpy-version: 1.25.2
- os: macos-latest
python-version: "3.11"
numpy-version: 1.25.2
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit e37bb29

Please sign in to comment.