Skip to content

Commit 136dc63

Browse files
ocefpafhmaarrfk
andauthored
Update .github/workflows/miniconda.yml
Co-authored-by: Mark Harfouche <mark.harfouche@gmail.com>
1 parent 2ccba6f commit 136dc63

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/miniconda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Python ${{ matrix.python-version }}
6868
shell: bash -l {0}
6969
run: |
70-
micromamba create --name TEST python=${{ matrix.python-version }} numpy cython pip pytest mpi4py hdf5=*=mpi* libnetcdf=*=mpi* cftime --channel conda-forge
70+
micromamba create --name TEST python=${{ matrix.python-version }} numpy cython pip pytest mpi4py hdf5=*=mpi* libnetcdf=*=mpi* cftime zlib --channel conda-forge
7171
micromamba activate TEST
7272
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
7373
pip install -e . --no-deps --force-reinstall

0 commit comments

Comments
 (0)