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 1f6db92 commit 386fa23Copy full SHA for 386fa23
.github/workflows/ci.yml
@@ -35,13 +35,6 @@ jobs:
35
python-version: ${{ matrix.python-version }}
36
37
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
-
45
- name: Install package
46
run: |
47
python -m pip install --upgrade pip
0 commit comments