Skip to content

Commit

Permalink
update install docs dependencies once again
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Oct 1, 2024
1 parent 2e650d5 commit 1190705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
- name: Install docs dependencies
if: (matrix.os == 'ubuntu-22.04') && (github.event_name == 'pull_request' || github.event_name == 'schedule' )
run: |
cd docs
bash ./install.sh
cd docs && bash ./install.sh
for w in `find wheelhouse/ -type f -name "*.whl"` ; do poetry install $w ; done
- name: Build docs
if: (matrix.os == 'ubuntu-22.04') && (github.event_name == 'pull_request' || github.event_name == 'schedule' )
timeout-minutes: 20
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Install docs dependencies
run: |
cd docs
poetry install
bash ./install.sh
- name: Build docs
timeout-minutes: 20
run: |
Expand Down

0 comments on commit 1190705

Please sign in to comment.