Skip to content

Commit

Permalink
add matplotlib to doc action
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Nov 24, 2023
1 parent 3248cd8 commit f629021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_nb
pip install sympy qiskit-terra qiskit-aer
pip install sympy qiskit-terra qiskit-aer matplotlib
python setup.py install
- name: Sphinx build
run: |
Expand Down

0 comments on commit f629021

Please sign in to comment.