Skip to content

Commit

Permalink
add requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Mar 1, 2024
1 parent e4c41a1 commit 94810a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
with:
python-version: '3.12'
cache: 'pip'
- name: Install dependencies
run: |
pip install wheel
pip install jupyter-book
- name: Build the book
run: jupyter-book build --all .
- name: Push to GitHub Pages
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jupyter-book == 1.*

0 comments on commit 94810a4

Please sign in to comment.