Skip to content

Commit

Permalink
release.yml: install doc dependencies properly
Browse files Browse the repository at this point in the history
  • Loading branch information
WardBrian authored Mar 26, 2024
1 parent e096b6d commit c1dd747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies (python)
run: |
python -m pip install --upgrade pip wheel build twine requests
pip install -e .[doc,test]
pip install -e .[docs,test]
- name: Install CmdStan
run: |
Expand Down

0 comments on commit c1dd747

Please sign in to comment.