Skip to content

Commit

Permalink
blas and lapack fix in the tutorials job as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gadial committed Jan 14, 2025
1 parent 3273497 commit 2e5a233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
pip install -U -r requirements-dev.txt -c constraints.txt
pip install -c constraints.txt git+https://github.com/Qiskit/qiskit
pip install -c constraints.txt .
sudo apt install -y graphviz pandoc libopenblas-dev
sudo apt install -y graphviz pandoc libblas-dev liblapack-dev
pip check
shell: bash
- name: Run Tutorials
Expand Down

0 comments on commit 2e5a233

Please sign in to comment.