Skip to content

Commit

Permalink
fix docs ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Jun 3, 2024
1 parent 84e0c49 commit bed455f
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 @@ -19,7 +19,7 @@ jobs:
run: |
pip install "jsonschema<4.18.0"
pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb referencing
pip uninstall --no-input referencing
pip uninstall -y referencing
pip install pennylane==0.33.1 pennylane-lightning==0.33.1
pip install sympy qiskit[visualization] qiskit-aer matplotlib pylatexenc cirq pyqubo
python setup.py install
Expand Down

0 comments on commit bed455f

Please sign in to comment.