Skip to content

Commit

Permalink
Automatic build of documentation deps
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Dec 31, 2023
1 parent 20720f5 commit 23fa87c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- name: Install dependencies
run: |
pip install --no-use-pep517 lightfm
pip install .
pip install -r docs/requirements-doc.txt
Expand Down

0 comments on commit 23fa87c

Please sign in to comment.