Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
- pip install docs/requirements.txt
  • Loading branch information
Carsten committed Mar 21, 2024
1 parent 8348db3 commit aff475e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements/develop.txt
pip install -r docs/requirements.txt
pip install -e .
- id: doc
run: |
Expand Down

0 comments on commit aff475e

Please sign in to comment.