Skip to content

Commit 04891f1

Browse files
committed
Install hdf5 on all py on mac14
1 parent 73a469f commit 04891f1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci_versions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929

3030

31-
- name: Install HDF5/pytables
31+
- name: Install HDF5 for pytables on macos-14
3232
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;
33+
# if [[ ${{ matrix.python-version }} == "3.11" ]] || [[ ${{ matrix.python-version }} == "3.12" ]]; then
34+
if [[ ${{ matrix.runs-on }} == "macos-14" ]]; then brew install hdf5 ; fi;
35+
#fi;
3636
3737
3838
- name: Install OMV

0 commit comments

Comments
 (0)