Skip to content

Commit

Permalink
Try fixing CI IV
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jul 5, 2024
1 parent 1d2f553 commit 05bc200
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,30 +41,37 @@ jobs:
name: minimal
os: ubuntu
conda: "'scipy=1.9' 'numba=0.53' 'numpy<2.0' 'empymod>=2.3'"
pip: ""
- python-version: "3.10"
name: full
os: ubuntu
conda: "numba scipy xarray h5py discretize matplotlib 'numpy<2.0' 'empymod>=2.3'" # tqdm
pip: ""
- python-version: "3.10"
name: plain
os: ubuntu
conda: "numba scipy 'numpy<2.0' 'empymod>=2.3'"
pip: ""
- python-version: "3.11"
name: plain
os: ubuntu
conda: "numba scipy 'numpy<2.0' 'empymod>=2.3'"
pip: ""
- python-version: "3.11"
name: full
os: ubuntu
conda: "numba scipy xarray tqdm h5py discretize matplotlib 'numpy<2.0' 'empymod>=2.3'"
pip: "pygimli"
- python-version: "3.12"
name: plain
os: ubuntu
conda: "numba scipy 'numpy<2.0' 'empymod>=2.3'"
pip: ""
- python-version: "3.12"
name: full
os: ubuntu
conda: "numba scipy xarray tqdm h5py discretize matplotlib 'numpy<2.0' 'empymod>=2.3'"
pip: ""

env:
# Used for coveralls flag
Expand Down Expand Up @@ -107,6 +114,7 @@ jobs:
conda config --show
conda info -a
conda install ${{ matrix.case.conda }} pytest pytest-cov pytest-console-scripts coveralls flake8 setuptools-scm
python -m pip install ${{ matrix.case.pip }}
- name: Conda list
shell: bash -l {0}
Expand Down

0 comments on commit 05bc200

Please sign in to comment.