Skip to content

Commit 6e080e1

Browse files
authored
MAINT: update prerelease workflow (#1140)
1 parent 46ee983 commit 6e080e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install (prerelease) dependencies
2929
run: |
3030
python -m pip install --upgrade pip wheel setuptools
31-
python -m pip install --upgrade --pre -e .[test]
31+
python -m pip install --upgrade --pre -e .[doc,test]
3232
3333
- name: Build docs to store
3434
run: |

0 commit comments

Comments
 (0)