Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit dee9967

Browse files
committed
move to py37
1 parent a21eb0c commit dee9967

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pool:
1414
strategy:
1515
matrix:
1616
Python38:
17-
python.version: '3.8'
17+
python.version: '3.7'
1818
variables:
1919
PIP_CACHE_DIR: $(Pipeline.Workspace)/.pip
2020
steps:
@@ -36,7 +36,7 @@ steps:
3636
python -m pip install --upgrade pip setuptools wheel virtualenv
3737
virtualenv /tmp/docs_build
3838
source /tmp/docs_build/bin/activate
39-
pip install -U qiskit jupyter sphinx==3.0.4 nbsphinx sphinx_rtd_theme
39+
pip install -U qiskit jupyter sphinx nbsphinx sphinx_rtd_theme
4040
pip install -U qiskit-terra[visualization] cvxpy
4141
sudo apt-get install -y pandoc graphviz
4242
displayName: 'Install dependencies'

0 commit comments

Comments
 (0)