We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e2ea0 commit f738ad7Copy full SHA for f738ad7
.github/workflows/miniconda.yml
@@ -35,7 +35,7 @@ jobs:
35
init-shell: bash
36
create-args: >-
37
python=${{ matrix.python-version }}
38
- numpy cython pip pytest hdf5 libnetcdf cftime zlib certifi typing-extensions
+ numpy cython pip setuptools pytest hdf5 libnetcdf cftime zlib certifi typing-extensions
39
--channel conda-forge
40
41
- name: Install netcdf4-python
@@ -51,7 +51,7 @@ jobs:
51
runs-on: ${{ matrix.os }}
52
strategy:
53
matrix:
54
- python-version: [ "3.11" ]
+ python-version: [ "3.12" ]
55
os: [ubuntu-latest]
56
platform: [x64]
57
defaults:
0 commit comments