We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaac906 commit 2790ee5Copy full SHA for 2790ee5
.github/workflows/tests.yml
@@ -103,7 +103,7 @@ jobs:
103
- name: Install project
104
run: |
105
uv pip sync --strict --reinstall requirements.txt
106
- uv pip install --editable .
+ uv pip install 'qiskit-aqt-provider @ .' # for the plugins
107
- name: Check version numbers consistency
108
run: poe version_check
109
- name: Check formatting
0 commit comments