Skip to content

Commit f738ad7

Browse files
committed
update
1 parent 24e2ea0 commit f738ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/miniconda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
init-shell: bash
3636
create-args: >-
3737
python=${{ matrix.python-version }}
38-
numpy cython pip pytest hdf5 libnetcdf cftime zlib certifi typing-extensions
38+
numpy cython pip setuptools pytest hdf5 libnetcdf cftime zlib certifi typing-extensions
3939
--channel conda-forge
4040
4141
- name: Install netcdf4-python
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ${{ matrix.os }}
5252
strategy:
5353
matrix:
54-
python-version: [ "3.11" ]
54+
python-version: [ "3.12" ]
5555
os: [ubuntu-latest]
5656
platform: [x64]
5757
defaults:

0 commit comments

Comments
 (0)