Skip to content

Commit

Permalink
test on more recent envs
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Jul 5, 2024
1 parent d7348b6 commit 1e92e76
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci_dcorelib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build:
name: |
${{ matrix.os }}, numpy==${{ matrix.numpy }}, scipy==${{ matrix.scipy }}
${{ matrix.os }}, python==${{ matrix.python }}, numpy==${{ matrix.numpy }}, scipy==${{ matrix.scipy }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand All @@ -12,6 +12,14 @@ jobs:
numpy: 1.24
scipy: 1.6
python: 3.8
- os: ubuntu-latest
numpy: 1.24
scipy: 1.6
python: 3.11
- os: ubuntu-latest
numpy: 2.0
scipy: 1.14
python: 3.12
#- os: ubuntu-latest
#numpy: auto
#scipy: auto
Expand Down

0 comments on commit 1e92e76

Please sign in to comment.