File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,16 +14,10 @@ jobs:
1414 matrix :
1515 python-version : [ "3.9", "3.10", "3.11", "3.12" ]
1616 os : [windows-latest, ubuntu-latest, macos-latest]
17- experimental : [false]
1817 platform : [x64, x32]
1918 exclude :
2019 - os : macos-latest
2120 platform : x32
22- include :
23- - python-version : " 3.12"
24- os : " ubuntu-latest"
25- experimental : true
26- platform : x64
2721 fail-fast : false
2822 defaults :
2923 run :
4438 numpy cython pip pytest hdf5 libnetcdf cftime zlib certifi
4539 --channel conda-forge
4640
47- - name : Install unstable dependencies
48- if : matrix.experimental == true
49- run : >-
50- micromamba install
51- conda-forge/label/cftime_dev::cftime
52- conda-forge/label/numpy_dev::numpy
53- --channel conda-forge --channel conda-forge
54-
5541 - name : Install netcdf4-python
5642 run : |
5743 export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
You can’t perform that action at this time.
0 commit comments