Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zanemit committed Oct 12, 2023
1 parent bb2349f commit d2bd68d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:

- name: Install dependencies
run: |
python3 -m pip install -r ./requirements.txt
pip install jupyter-book
pip install numpydoc
pip install ghp-import
# Build the book
- name: Build the book
Expand Down

0 comments on commit d2bd68d

Please sign in to comment.