Skip to content

Commit

Permalink
Update docs building
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertDominguez authored Oct 7, 2024
1 parent 8526204 commit ea4ab1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Install dependencies
run: |
pip install spotiflow[docs]
Expand Down

0 comments on commit ea4ab1b

Please sign in to comment.