We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71291bf commit c8f7884Copy full SHA for c8f7884
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
# https://lxml.de/installation.html#requirements
23
- run: |
24
sudo apt-get update -qq
25
- sudo apt-get install --yes libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc
+ sudo apt-get install --yes libhdf5 libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip setuptools six wheel
0 commit comments