Skip to content

Commit

Permalink
install wheel with poetry
Browse files Browse the repository at this point in the history
Co-authored-by: cqc-melf <[email protected]>
  • Loading branch information
CalMacCQ and cqc-melf authored Sep 24, 2024
1 parent c3afbe6 commit f483fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: Install poetry
run: pip install poetry
- name: Install extension
run: for w in `find wheelhouse/ -type f -name "*.whl"` ; do pip install $w ; done
run: for w in `find wheelhouse/ -type f -name "*.whl"` ; do poetry install $w ; done
- name: Install docs dependencies
run: |
cd docs
Expand Down

0 comments on commit f483fbb

Please sign in to comment.