Skip to content

Commit

Permalink
Test against the development version of more packages (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison authored Nov 6, 2024
1 parent 90057c4 commit 4848085
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test_development_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,30 @@ jobs:
git clone https://github.com/Qiskit/qiskit-ibm-runtime
cd qiskit-ibm-runtime
python -m build --wheel
- name: Build qiskit-addon-utils development wheel
run: |
git clone https://github.com/Qiskit/qiskit-addon-utils
cd qiskit-addon-utils
python -m build --wheel
- name: Build qiskit-quimb development wheel
run: |
git clone https://github.com/qiskit-community/qiskit-quimb
cd qiskit-quimb
python -m build --wheel
- name: Build quimb development wheel
run: |
git clone https://github.com/jcmgray/quimb
cd quimb
python -m build --wheel
- name: Pin development versions
shell: bash
run: >-
extremal-python-dependencies pin-dependencies --inplace
"qiskit @ file:$(echo qiskit/dist/*.whl)"
"qiskit-ibm-runtime @ file:$(echo qiskit-ibm-runtime/dist/*.whl)"
"qiskit-addon-utils @ file:$(echo qiskit-addon-utils/dist/*.whl)"
"qiskit-quimb @ file:$(echo qiskit-quimb/dist/*.whl)"
"quimb @ file:$(echo quimb/dist/*.whl)"
- name: Test using tox environment
run: |
tox -e py,notebook,quimb-only,aer-only --parallel --parallel-no-spinner

0 comments on commit 4848085

Please sign in to comment.