Skip to content

Commit

Permalink
change requirements file to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Ressler committed Jul 31, 2024
1 parent 7ef4e79 commit 1df6232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install dependencies
run: |
pip install -r book-requirements-Linux-macOS.txt
pip install -r requirements.txt
# Build the book
- name: Build the book
run: |
Expand Down

0 comments on commit 1df6232

Please sign in to comment.