Skip to content

Commit c8f7884

Browse files
authored
libhdf5
1 parent 71291bf commit c8f7884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# https://lxml.de/installation.html#requirements
2323
- run: |
2424
sudo apt-get update -qq
25-
sudo apt-get install --yes libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc
25+
sudo apt-get install --yes libhdf5 libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip setuptools six wheel

0 commit comments

Comments
 (0)