Skip to content

Commit 2790ee5

Browse files
committed
workflows/tests: don't install package as editable
1 parent eaac906 commit 2790ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Install project
104104
run: |
105105
uv pip sync --strict --reinstall requirements.txt
106-
uv pip install --editable .
106+
uv pip install 'qiskit-aqt-provider @ .' # for the plugins
107107
- name: Check version numbers consistency
108108
run: poe version_check
109109
- name: Check formatting

0 commit comments

Comments
 (0)