Skip to content

Commit

Permalink
Try to fix installation of editable wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Sep 17, 2024
1 parent dcf7643 commit f232992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install docs dependencies
run: cd docs && bash install.sh
- name: Install pytket qiskit
run: poetry run pip install .
run: cd .. && poetry run pip install .
- name: Test building docs
timeout-minutes: 20
run: |
Expand Down

0 comments on commit f232992

Please sign in to comment.