Skip to content

Commit

Permalink
Dev tests should test against qiskit main, not stable branch (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison authored Mar 6, 2024
1 parent 171bdc6 commit 397a8c1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_development_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,8 @@ jobs:
run: |
python -m pip install --upgrade pip tox
python -m pip install toml typer
python tools/extremal-python-dependencies.py add-dependency \
"qiskit @ git+https://github.com/Qiskit/qiskit.git@stable/1.0" \
--inplace
python tools/extremal-python-dependencies.py pin-dependencies \
"qiskit @ git+https://github.com/Qiskit/qiskit.git@stable/1.0" \
"qiskit @ git+https://github.com/Qiskit/qiskit.git" \
"qiskit-ibm-runtime @ git+https://github.com/Qiskit/qiskit-ibm-runtime.git" \
--inplace
- name: Modify tox.ini for more thorough check
Expand Down

0 comments on commit 397a8c1

Please sign in to comment.