Skip to content

Commit

Permalink
use python 3.10 in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Nov 24, 2023
1 parent 089a059 commit 3248cd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_nb
pip install sympy qiskit==0.44
pip install sympy qiskit-terra qiskit-aer
python setup.py install
- name: Sphinx build
run: |
Expand Down

0 comments on commit 3248cd8

Please sign in to comment.