Skip to content

Commit

Permalink
Test gimli in Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jun 29, 2024
1 parent d72ae64 commit d08a691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ jobs:
- python-version: "3.11"
name: full
os: ubuntu
conda: "numba scipy xarray tqdm h5py discretize matplotlib"
conda: "numba scipy xarray tqdm h5py discretize matplotlib pygimli"
- python-version: "3.12"
name: plain
os: ubuntu
conda: "numba scipy"
- python-version: "3.12"
name: full
os: ubuntu
conda: "numba scipy xarray tqdm h5py discretize matplotlib pygimli"
conda: "numba scipy xarray tqdm h5py discretize matplotlib"

env:
# Used for coveralls flag
Expand Down

0 comments on commit d08a691

Please sign in to comment.