Skip to content

Commit

Permalink
[docs] update github action to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fracape committed Dec 8, 2023
1 parent 65a0b4f commit 096f4b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/static-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- name: install dependencies pip
run: |
python3 -m pip install -U pip
bash scripts/install.sh --cpu
python3 -m pip install .[doc]
- name: make docs
Expand Down

0 comments on commit 096f4b7

Please sign in to comment.