Skip to content

Commit d37ca07

Browse files
committed
Try installing hdf5/tables for mac14
1 parent 61d4668 commit d37ca07

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci_versions.yml

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

3030

31+
- name: Install HDF5/pytables
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;
36+
37+
3138
- name: Install OMV
3239
run: |
3340
pip install .

0 commit comments

Comments
 (0)