Skip to content

Commit

Permalink
fix missing poetry install
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Oct 2, 2024
1 parent 2733d5b commit a94d80d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
with:
name: artefact-${{ matrix.os }}
path: wheelhouse/
- name: install poetry
run: pip install poetry
- name: Install docs dependencies
if: (matrix.os == 'ubuntu-22.04') && (github.event_name == 'pull_request' || github.event_name == 'schedule' )
run: |
Expand Down

0 comments on commit a94d80d

Please sign in to comment.