Skip to content

Commit

Permalink
Try fixing CI VI
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jul 5, 2024
1 parent e8d94e3 commit 9477b72
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
push:
branches:
- main
- inversion
release:
types:
- published
Expand Down Expand Up @@ -40,31 +39,31 @@ jobs:
- python-version: "3.9"
name: minimal
os: ubuntu
conda: "'scipy=1.9' 'numba=0.53' 'numpy<2.0' 'empymod>=2.3'"
conda: "'scipy=1.9' 'numba=0.53'"
- python-version: "3.10"
name: full
os: ubuntu
conda: "numba scipy xarray h5py discretize matplotlib 'numpy<2.0' 'empymod>=2.3'" # tqdm
conda: "numba scipy xarray h5py discretize matplotlib" # tqdm
- python-version: "3.10"
name: plain
os: ubuntu
conda: "numba scipy 'numpy<2.0' 'empymod>=2.3'"
conda: "numba scipy"
- python-version: "3.11"
name: plain
os: ubuntu
conda: "numba scipy 'numpy<2.0' 'empymod>=2.3'"
conda: "numba scipy"
- python-version: "3.11"
name: full
os: ubuntu
conda: "numba scipy xarray tqdm h5py discretize matplotlib 'numpy<2.0' 'empymod>=2.3'"
conda: "numba scipy xarray tqdm h5py discretize matplotlib"
- python-version: "3.12"
name: plain
os: ubuntu
conda: "numba scipy 'numpy<2.0' 'empymod>=2.3'"
conda: "numba scipy"
- python-version: "3.12"
name: full
os: ubuntu
conda: "numba scipy xarray tqdm h5py discretize matplotlib 'numpy<2.0' 'empymod>=2.3'"
conda: "numba scipy xarray tqdm h5py discretize matplotlib"

env:
# Used for coveralls flag
Expand Down Expand Up @@ -108,11 +107,6 @@ jobs:
conda info -a
conda install ${{ matrix.case.conda }} pytest pytest-cov pytest-console-scripts coveralls flake8 setuptools-scm
- name: Inversion dependencies
if: ${{ matrix.case.python-version }} ${{ matrix.case.name }} == '3.11 full'
shell: bash -l {0}
run: python -m pip install pygimli

- name: Conda list
shell: bash -l {0}
run: conda list
Expand Down

0 comments on commit 9477b72

Please sign in to comment.