Skip to content

Commit 5301f9b

Browse files
authored
Update build.yml
1 parent e40d54e commit 5301f9b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ jobs:
2222
# https://lxml.de/installation.html#requirements
2323
- run: |
2424
sudo apt-get update -qq
25-
sudo apt-get install --yes libhdf5-dev libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc
25+
# libgmp-dev for qiskit
26+
# libhdf5-dev for keras
27+
# libopenblas-dev for scipy
28+
# libxml2 for lxml
29+
sudo apt-get install --yes libgmp-dev libhdf5-dev libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc
2630
- name: Install dependencies
2731
run: |
2832
python -m pip install --upgrade pip setuptools six wheel

0 commit comments

Comments
 (0)