Skip to content

Commit

Permalink
fix: failing docs build (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ authored Nov 4, 2024
1 parent 091c980 commit d98a8d2
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 @@ -305,7 +305,7 @@ jobs:
- 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
run: for w in `find wheelhouse/ -type f -name "*.whl"` ; do poetry run pip install $w ; done
- name: Install docs dependencies
run: |
cd docs
Expand Down

0 comments on commit d98a8d2

Please sign in to comment.