Skip to content

Commit

Permalink
ci: pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardz1 committed Jan 13, 2025
1 parent 2157a1a commit 67e981d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
- uses: actions/setup-python@v5
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r docs/requirements.txt
pip install sphinx
- name: Sphinx build
run: |
Expand Down

0 comments on commit 67e981d

Please sign in to comment.