Skip to content

Commit

Permalink
np2 was released
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Jun 18, 2024
1 parent 95dd776 commit b2e0b76
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/miniconda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,10 @@ jobs:
matrix:
python-version: [ "3.9", "3.10", "3.11", "3.12" ]
os: [windows-latest, ubuntu-latest, macos-latest]
experimental: [false]
platform: [x64, x32]
exclude:
- os: macos-latest
platform: x32
include:
- python-version: "3.12"
os: "ubuntu-latest"
experimental: true
platform: x64
fail-fast: false
defaults:
run:
Expand All @@ -44,14 +38,6 @@ jobs:
numpy cython pip pytest hdf5 libnetcdf cftime zlib certifi
--channel conda-forge
- name: Install unstable dependencies
if: matrix.experimental == true
run: >-
micromamba install
conda-forge/label/cftime_dev::cftime
conda-forge/label/numpy_dev::numpy
--channel conda-forge --channel conda-forge
- name: Install netcdf4-python
run: |
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
Expand Down

0 comments on commit b2e0b76

Please sign in to comment.