We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ccba6f commit 136dc63Copy full SHA for 136dc63
1 file changed
.github/workflows/miniconda.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Python ${{ matrix.python-version }}
68
shell: bash -l {0}
69
run: |
70
- micromamba create --name TEST python=${{ matrix.python-version }} numpy cython pip pytest mpi4py hdf5=*=mpi* libnetcdf=*=mpi* cftime --channel conda-forge
+ micromamba create --name TEST python=${{ matrix.python-version }} numpy cython pip pytest mpi4py hdf5=*=mpi* libnetcdf=*=mpi* cftime zlib --channel conda-forge
71
micromamba activate TEST
72
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
73
pip install -e . --no-deps --force-reinstall
0 commit comments