Skip to content

Commit

Permalink
Add dependency installation
Browse files Browse the repository at this point in the history
  • Loading branch information
zanemit committed Oct 1, 2023
1 parent ddaa7d3 commit 0dc7f82
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.8

- name: Install dependencies
run: |
pip install jupyter-book
pip install numpydoc
pip install ghp-import
# Build the book
- name: Build the book
Expand Down

0 comments on commit 0dc7f82

Please sign in to comment.