Skip to content

Commit

Permalink
Remove unsupported qiskit-ibmq-provider from docs job
Browse files Browse the repository at this point in the history
The tox docs job definition was previously installing the
qiskit-ibmq-provider which is no longer supported and the project is
orphaned. This commit fixes this by removing the unnecessary dependency.
  • Loading branch information
mtreinish committed Feb 20, 2024
1 parent 7bf8c08 commit b17e6b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ commands = black qiskit_aer test tools setup.py
deps =
-r requirements-dev.txt
build
qiskit-ibmq-provider
commands =
python -I -m build --wheel -C=--build-option=-j4
pip install --find-links={toxinidir}/dist qiskit_aer
Expand Down

0 comments on commit b17e6b4

Please sign in to comment.