Skip to content

Commit

Permalink
Provide file: scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
garrison authored Sep 12, 2024
1 parent eb2f5f6 commit f0ad8fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_development_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
shell: bash
run: >-
extremal-python-dependencies pin-dependencies --inplace
"qiskit @ $(echo qiskit/dist/*.whl)"
"qiskit-ibm-runtime @ $(echo qiskit-ibm-runtime/dist/*.whl)"
"qiskit @ file:$(echo qiskit/dist/*.whl)"
"qiskit-ibm-runtime @ file:$(echo qiskit-ibm-runtime/dist/*.whl)"
- name: Test using tox environment
shell: bash
run: |
Expand Down

0 comments on commit f0ad8fb

Please sign in to comment.