Skip to content

Commit 5fb16dd

Browse files
author
Jeff Whitaker
committed
add certifi dep
1 parent 31f53b7 commit 5fb16dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/miniconda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
init-shell: bash
3131
create-args: >-
3232
python=${{ matrix.python-version }}
33-
numpy cython pip pytest hdf5 libnetcdf cftime zlib
33+
numpy cython pip pytest hdf5 libnetcdf cftime zlib certifi
3434
--channel conda-forge
3535
3636
- name: Install netcdf4-python
@@ -61,7 +61,7 @@ jobs:
6161
init-shell: bash
6262
create-args: >-
6363
python=${{ matrix.python-version }}
64-
numpy cython pip pytest mpi4py hdf5=*=mpi* libnetcdf=*=mpi* cftime zlib
64+
numpy cython pip pytest mpi4py hdf5=*=mpi* libnetcdf=*=mpi* cftime zlib certifi
6565
--channel conda-forge
6666
6767
- name: Install netcdf4-python with mpi

0 commit comments

Comments
 (0)