Skip to content

Commit

Permalink
Add manual uninstall for Neko
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelishman committed Nov 24, 2023
1 parent 2feb8f9 commit 2e986d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/neko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ jobs:
- uses: Qiskit/qiskit-neko@main
with:
test_selection: terra
repo_install_command: "pip install -c constraints.txt ."
# We have to forcibly uninstall any old version of qiskit or qiskit-terra during the
# changeover, because it's not possible to safely upgrade an existing installation to 1.0.
repo_install_command: "pip uninstall qiskit qiskit-terra && pip install -c constraints.txt ."

0 comments on commit 2e986d7

Please sign in to comment.