Skip to content

Commit

Permalink
stop installing stop installing qiskit-terra from source
Browse files Browse the repository at this point in the history
This changes installation of qiskit-terra in tox.
Recent commit of Qiskit#1448 changed installation of qiskit-terra to use pypi in most CI workflow, but not tox.
  • Loading branch information
hhorii committed Feb 9, 2022
1 parent 0b0913c commit 2dc4fec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ setenv =
LC_ALL=en_US.utf-8
deps =
-r requirements-dev.txt
git+https://github.com/Qiskit/qiskit-terra.git
qiskit-terra
commands =
python setup.py bdist_wheel -- -- -j4
pip install --find-links={toxinidir}/dist qiskit_aer
Expand All @@ -31,15 +31,15 @@ commands =
deps =
pycodestyle
pylint
git+https://github.com/Qiskit/qiskit-terra.git
qiskit-terra
commands =
pycodestyle --ignore=E402,W504 --max-line-length=100 qiskit/providers/aer
pylint -j 2 -rn qiskit/providers/aer

[testenv:docs]
deps =
-r requirements-dev.txt
git+https://github.com/Qiskit/qiskit-terra.git
qiskit-terra
qiskit-ibmq-provider
commands =
python setup.py bdist_wheel -- -- -j4
Expand Down

0 comments on commit 2dc4fec

Please sign in to comment.