Skip to content

Commit cc7742e

Browse files
authored
libhdf5-dev
1 parent c8f7884 commit cc7742e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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 libhdf5 libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc
25+
sudo apt-get install --yes libhdf5-dev 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)