Skip to content

Commit

Permalink
install all deps
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <miguelgfierro@users.noreply.github.com>
  • Loading branch information
miguelgfierro committed Jan 4, 2024
1 parent 7699008 commit 4b2bba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ name: Update Documentation
on:
push:
branches:
- main
- miguel/jupyter_book

jobs:
build:
Expand All @@ -27,7 +27,7 @@ jobs:
run: |
pip install --upgrade pip setuptools wheel
pip install --no-use-pep517 lightfm
pip install .
pip install .[all]
pip install -r docs/requirements-doc.txt
- name: Build documentation
Expand Down

0 comments on commit 4b2bba8

Please sign in to comment.