Skip to content

Commit c1dd747

Browse files
authored
release.yml: install doc dependencies properly
1 parent e096b6d commit c1dd747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install dependencies (python)
3434
run: |
3535
python -m pip install --upgrade pip wheel build twine requests
36-
pip install -e .[doc,test]
36+
pip install -e .[docs,test]
3737
3838
- name: Install CmdStan
3939
run: |

0 commit comments

Comments
 (0)