Skip to content

Commit

Permalink
changed installation instruction for jupter book build
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-mueller committed Aug 29, 2023
1 parent 606b63b commit 004445f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:

- name: Install dependencies
run: |
pip install -r docs/requirements.txt
python -m pip install --upgrade pip
pip install -r ./docs/requirements.txt
# Build the book
- name: Build the book
run: |
Expand Down

0 comments on commit 004445f

Please sign in to comment.