Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Jan 26, 2024
1 parent b1d22ad commit 73b8e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb
pip install numpy "scipy==0.11.0" pennylane==0.33.1 pennylane-lightning==0.33.1
pip install numpy
pip install "scipy==0.11.0" pennylane==0.33.1 pennylane-lightning==0.33.1
pip install sympy qiskit-terra qiskit-aer matplotlib pylatexenc cirq qutip qutip_qip
python setup.py install
- name: Sphinx build
Expand Down

0 comments on commit 73b8e8f

Please sign in to comment.