Skip to content

Commit

Permalink
fix installation command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Sep 17, 2024
1 parent 31dc020 commit b48ebc0
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 @@ -79,7 +79,7 @@ jobs:
- name: Install docs dependencies
if: (matrix.os == 'ubuntu-22.04') && (github.event_name == 'pull_request' || github.event_name == 'schedule' )
run: |
cd docs && poetry install
cd docs && bash ./install.sh
- name: Build docs
if: (matrix.os == 'ubuntu-22.04') && (github.event_name == 'pull_request' || github.event_name == 'schedule' )
timeout-minutes: 20
Expand Down

0 comments on commit b48ebc0

Please sign in to comment.