Skip to content

Commit

Permalink
try another way to fix poetry issue
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Oct 1, 2024
1 parent 0e4540a commit 11c7f35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ jobs:
path: wheelhouse
- name: Install pip, wheel
run: pip install -U pip wheel
- name: Install extension
run: for w in `find wheelhouse/ -type f -name "*.whl"` ; do pip install $w ; done
- name: Install poetry
run: pip install poetry
- name: Install extension
run: for w in `find wheelhouse/ -type f -name "*.whl"` ; do poetry install $w ; done
- name: Install docs dependencies
run: |
cd docs && bash ./install.sh
Expand Down

0 comments on commit 11c7f35

Please sign in to comment.