Skip to content

Commit

Permalink
Move the blas install earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
gadial committed Jan 14, 2025
1 parent 2e5a233 commit def4f4f
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 @@ -69,12 +69,12 @@ jobs:
- name: Setup tutorials job
run: |
set -e
sudo apt install -y graphviz pandoc libblas-dev liblapack-dev
git clone https://github.com/Qiskit/qiskit-tutorials --depth=1
python -m pip install --upgrade pip wheel
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 libblas-dev liblapack-dev
pip check
shell: bash
- name: Run Tutorials
Expand Down

0 comments on commit def4f4f

Please sign in to comment.