Skip to content

Commit

Permalink
fix to build and test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Oct 2, 2024
1 parent 0898964 commit 4266bf6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,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 All @@ -88,7 +90,8 @@ jobs:
if: (matrix.os == 'ubuntu-22.04') && (github.event_name == 'pull_request' || github.event_name == 'schedule' )
timeout-minutes: 20
run: |
./.github/workflows/docs/check-build-docs
cd docs
poetry run bash ./build-docs.sh
publish_to_pypi:
name: Publish to pypi
Expand Down

0 comments on commit 4266bf6

Please sign in to comment.