Skip to content

Commit

Permalink
make workflow use local version
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfocarobene committed Jun 1, 2024
1 parent 9903dbb commit 4384e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_dev_ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Install OpenQAOA
run: |
python -m pip install --upgrade pip
pip install .
make local-install
pip install -e "./src/openqaoa-core[docs]"
- name: Install qvm
Expand Down

0 comments on commit 4384e4d

Please sign in to comment.