Skip to content

Commit

Permalink
modified: .github/workflows/documentation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostOps77 committed May 1, 2024
1 parent 13ed57d commit 1e3ae91
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install dependencies
run: pip install -r requirements/requirements-docs.txt
- name: Install module and its dependencies
run: |
pip install -r requirements/requirements-docs.txt
pip install -e .
- run: make html

Expand Down

0 comments on commit 1e3ae91

Please sign in to comment.