Skip to content

Commit d3c302e

Browse files
committed
Install hdf5 from source
1 parent 65158f3 commit d3c302e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
- name: Install package
3737
run: |
38+
if [[ ${{ matrix.python-version }} == 3.11 ]]; then pip3 install --no-binary=h5py h5py ; fi
3839
python -m pip install --upgrade pip
3940
pip install .[dev]
4041
@@ -56,7 +57,7 @@ jobs:
5657
5758
- name: Run pytest
5859
run: |
59-
pytest tests
60+
pytest tests -v
6061
6162
- name: Install & test NeuroMLlite
6263
run: |

0 commit comments

Comments
 (0)