File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1313 fail-fast : false
1414 matrix :
1515 python-version : ["3.11", "3.12", "3.13"]
16- # macos-12 is an intel runner, macos-14 is a arm64 runner
16+ # macos-13 is an intel runner, macos-14 is a arm64 runner
1717 platform : [ubuntu-latest, windows-latest, macos-13, macos-14]
1818
1919 steps :
7070 conda activate env
7171 python -m pip install -v ".[pcodec]"
7272
73-
7473 - name : Install zarr-python
7574 shell : " bash -l {0}"
7675 run : |
7978
8079 # This is used to test with zfpy, which does not yet support numpy 2.0
8180 - name : Install older numpy and zfpy
82- if : matrix.python-version == '3.11'
81+ if : matrix.python-version == '3.11' && matrix.platform != 'macos-14'
8382 shell : " bash -l {0}"
8483 run : |
8584 conda activate env
You can’t perform that action at this time.
0 commit comments