Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aragilar committed Jul 6, 2024
1 parent 433cf47 commit 1da198c
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions .github/workflows/test-sundials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@ jobs:
# tox-env: py37
# sundials-precision: double
# sundials-index-size: 64
#- python-version: "3.8"
# sundials-version: "6.5.0"
# tox-env: py38
# sundials-precision: double
# sundials-index-size: 64
#- python-version: "3.9"
# sundials-version: "6.5.0"
# tox-env: py39
# sundials-precision: double
# sundials-index-size: 64
#- python-version: "3.10"
# sundials-version: "6.5.0"
# tox-env: py310
# sundials-precision: double
# sundials-index-size: 64
#- python-version: "3.11"
# sundials-version: "6.5.0"
# tox-env: py311
# sundials-precision: double
# sundials-index-size: 64
#- python-version: "3.12"
# sundials-version: "6.5.0"
# tox-env: py312
# sundials-precision: double
# sundials-index-size: 64
- python-version: "3.8"
sundials-version: "6.5.0"
tox-env: py38
sundials-precision: double
sundials-index-size: 64
- python-version: "3.9"
sundials-version: "6.5.0"
tox-env: py39
sundials-precision: double
sundials-index-size: 64
- python-version: "3.10"
sundials-version: "6.5.0"
tox-env: py310
sundials-precision: double
sundials-index-size: 64
- python-version: "3.11"
sundials-version: "6.5.0"
tox-env: py311
sundials-precision: double
sundials-index-size: 64
- python-version: "3.12"
sundials-version: "6.5.0"
tox-env: py312
sundials-precision: double
sundials-index-size: 64
- python-version: "3.11"
sundials-version: "6.5.0"
tox-env: check-manifest
Expand All @@ -50,21 +50,21 @@ jobs:
# tox-env: checkreadme
# sundials-precision: double
# sundials-index-size: 64
#- python-version: "3.11"
# sundials-version: "6.5.0"
# tox-env: py311
# sundials-precision: double
# sundials-index-size: 32
- python-version: "3.11"
sundials-version: "6.5.0"
tox-env: py311
sundials-precision: double
sundials-index-size: 32
#- python-version: "3.11"
# sundials-version: "6.5.0"
# tox-env: py311
# sundials-precision: single
# sundials-index-size: 64
#- python-version: "3.11"
# sundials-version: "6.5.0"
# tox-env: py311
# sundials-precision: extended
# sundials-index-size: 64
- python-version: "3.11"
sundials-version: "6.5.0"
tox-env: py311
sundials-precision: extended
sundials-index-size: 64

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

0 comments on commit 1da198c

Please sign in to comment.