We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31f53b7 commit 5fb16ddCopy full SHA for 5fb16dd
1 file changed
.github/workflows/miniconda.yml
@@ -30,7 +30,7 @@ jobs:
30
init-shell: bash
31
create-args: >-
32
python=${{ matrix.python-version }}
33
- numpy cython pip pytest hdf5 libnetcdf cftime zlib
+ numpy cython pip pytest hdf5 libnetcdf cftime zlib certifi
34
--channel conda-forge
35
36
- name: Install netcdf4-python
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
- numpy cython pip pytest mpi4py hdf5=*=mpi* libnetcdf=*=mpi* cftime zlib
+ numpy cython pip pytest mpi4py hdf5=*=mpi* libnetcdf=*=mpi* cftime zlib certifi
65
66
67
- name: Install netcdf4-python with mpi
0 commit comments