Skip to content

Commit

Permalink
fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
videlec committed Sep 20, 2024
1 parent 5fbd1d2 commit d8d9532
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 15 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,35 +15,35 @@ jobs:
include:
- optionals: "sage"
sagelib: "9.3"
python: "3.9.15"
python: "3.9"
- optionals: "sage"
sagelib: "10.0"
python: "3.10.8"
python: "3.10"
- optionals: "sage,sage_flatsurf,pyeantic,pyintervalxt,pyflatsurf,pynormaliz,surface_dynamics"
sagelib: "10.4"
python: "3.12.15"
sagelib: "10.4"
python: "3.12"
# Test optional dependencies in isolation
- optionals: "sage"
sagelib: "10.4"
python: "3.12.15"
python: "3.12"
- optionals: "sage,sage_flatsurf"
sagelib: "10.4"
python: "3.12.15"
python: "3.12"
- optionals: "sage,pyeantic"
sagelib: "10.4"
python: "3.12.15"
python: "3.12"
- optionals: "sage,pyintervalxt"
sagelib: "10.4"
python: "3.12.15"
python: "3.12"
- optionals: "sage,pynormaliz"
sagelib: "10.4"
python: "3.12.15"
python: "3.12"
- optionals: "sage,surface_dynamics"
sagelib: "10.4"
python: "3.12.15"
python: "3.12"
- optionals: "sage,pyflatsurf"
sagelib: "10.4"
python: "3.12.15"
python: "3.12"
steps:
- uses: actions/checkout@v2
with: { submodules: recursive }
Expand Down
6 changes: 2 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ dependencies:
- sagelib >=9.3
# some of the tests rely on ipywidgets which is not required by sagelib
- ipywidgets
# Work around https://github.com/conda-forge/givaro-feedstock/issues/13
- givaro=4.1.1=h192cbe9_1
- sage-flatsurf # optional: sage_flatsurf
- pyeantic >=1,<2 # optional: pyeantic
- pyeantic >=1 # optional: pyeantic
- pyintervalxt >=3,<4 # optional: pyintervalxt
- pyflatsurf >=3.10.1,<4 # optional: pyflatsurf
- pyflatsurf >=3.10.1 # optional: pyflatsurf
# Work around https://github.com/conda-forge/pynormaliz-feedstock/issues/10 by pinning normaliz and pynormaliz
- pynormaliz 2.17 # optional: pynormaliz
- normaliz 3.9.4 # optional: pynormaliz
Expand Down

0 comments on commit d8d9532

Please sign in to comment.