Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed May 14, 2024
1 parent e40d54e commit 5301f9b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
# https://lxml.de/installation.html#requirements
- run: |
sudo apt-get update -qq
sudo apt-get install --yes libhdf5-dev libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc
# libgmp-dev for qiskit
# libhdf5-dev for keras
# libopenblas-dev for scipy
# libxml2 for lxml
sudo apt-get install --yes libgmp-dev libhdf5-dev libopenblas-dev libxml2 libxslt1-dev libxslt1.1 xsltproc
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools six wheel
Expand Down

0 comments on commit 5301f9b

Please sign in to comment.