Skip to content

Commit 386fa23

Browse files
committed
h5py install not required
1 parent 1f6db92 commit 386fa23

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/ci.yml

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

3737

38-
- name: Install h5py
39-
if: ${{ matrix.python-version == '3.11' }}
40-
run: |
41-
#if [[ ${{ matrix.runs-on }} == *"macos"* ]]; then brew install graphviz ; fi
42-
#if [[ ${{ matrix.runs-on }} == *"ubuntu"* ]]; then sudo apt-get install libhdf5-serial-dev liblzo2-dev -y; pip3 install --no-binary=h5py h5py ; fi
43-
pip list
44-
4538
- name: Install package
4639
run: |
4740
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)