Skip to content

Commit

Permalink
workflows/tests: don't install package as editable
Browse files Browse the repository at this point in the history
  • Loading branch information
airwoodix committed Feb 23, 2024
1 parent eaac906 commit 2790ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Install project
run: |
uv pip sync --strict --reinstall requirements.txt
uv pip install --editable .
uv pip install 'qiskit-aqt-provider @ .' # for the plugins
- name: Check version numbers consistency
run: poe version_check
- name: Check formatting
Expand Down

0 comments on commit 2790ee5

Please sign in to comment.