Skip to content

Commit

Permalink
Change pygimli test to Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jun 29, 2024
1 parent c68a0d1 commit 9698be6
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 @@ -43,7 +43,7 @@ jobs:
- python-version: "3.10"
name: full
os: ubuntu
conda: "numba scipy xarray h5py discretize matplotlib" # tqdm
conda: "numba scipy xarray h5py discretize matplotlib pygimli" # tqdm
- python-version: "3.10"
name: plain
os: ubuntu
Expand All @@ -55,7 +55,7 @@ jobs:
- python-version: "3.11"
name: full
os: ubuntu
conda: "numba scipy xarray tqdm h5py discretize matplotlib pygimli"
conda: "numba scipy xarray tqdm h5py discretize matplotlib"
- python-version: "3.12"
name: plain
os: ubuntu
Expand Down

0 comments on commit 9698be6

Please sign in to comment.