Skip to content

Commit

Permalink
change envs
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Jul 5, 2024
1 parent 1e92e76 commit 7164803
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/ci_dcorelib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,21 @@ jobs:
${{ matrix.os }}, python==${{ matrix.python }}, numpy==${{ matrix.numpy }}, scipy==${{ matrix.scipy }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
numpy: 1.24
scipy: 1.6
python: 3.8
numpy: "1.24"
scipy: "1.6"
python: "3.8"
- os: ubuntu-latest
numpy: 1.24
scipy: 1.6
python: 3.11
numpy: "1.26"
scipy: "1.11"
python: "3.11"
- os: ubuntu-latest
numpy: 2.0
scipy: 1.14
python: 3.12
numpy: "2.0"
scipy: "1.14"
python: "3.12"
#- os: ubuntu-latest
#numpy: auto
#scipy: auto
Expand Down

0 comments on commit 7164803

Please sign in to comment.