Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit2 committed Oct 22, 2024
1 parent 24e2ea0 commit f738ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/miniconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
init-shell: bash
create-args: >-
python=${{ matrix.python-version }}
numpy cython pip pytest hdf5 libnetcdf cftime zlib certifi typing-extensions
numpy cython pip setuptools pytest hdf5 libnetcdf cftime zlib certifi typing-extensions
--channel conda-forge
- name: Install netcdf4-python
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [ "3.11" ]
python-version: [ "3.12" ]
os: [ubuntu-latest]
platform: [x64]
defaults:
Expand Down

0 comments on commit f738ad7

Please sign in to comment.