Skip to content

Commit 24e77b9

Browse files
committed
add hotfix for docs
1 parent bf54712 commit 24e77b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ jobs:
1717
python-version: '3.11'
1818
- name: Install dependencies
1919
run: |
20-
pip install attrs>=23.1.0
20+
pip install jsonschema<4.18.0
2121
pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb referencing
22+
pip uninstall referencing
2223
pip install pennylane==0.33.1 pennylane-lightning==0.33.1
2324
pip install sympy qiskit[visualization] qiskit-aer matplotlib pylatexenc cirq pyqubo
2425
python setup.py install

0 commit comments

Comments
 (0)