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 73a469f commit 04891f1Copy full SHA for 04891f1
.github/workflows/ci_versions.yml
@@ -28,11 +28,11 @@ jobs:
28
python-version: ${{ matrix.python-version }}
29
30
31
- - name: Install HDF5/pytables
+ - name: Install HDF5 for pytables on macos-14
32
run: |
33
- if [[ ${{ matrix.python-version }} == "3.11" ]] || [[ ${{ matrix.python-version }} == "3.12" ]]; then
34
- if [[ ${{ matrix.runs-on }} == *"macos"* ]]; then brew install hdf5 ; fi ;
35
- fi;
+ # if [[ ${{ matrix.python-version }} == "3.11" ]] || [[ ${{ matrix.python-version }} == "3.12" ]]; then
+ if [[ ${{ matrix.runs-on }} == "macos-14" ]]; then brew install hdf5 ; fi;
+ #fi;
36
37
38
- name: Install OMV
0 commit comments