Skip to content

Commit 3c29896

Browse files
authored
Fix docs dep install (#85)
1 parent ebe9866 commit 3c29896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies.
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install -e[docs] .
31+
pip install -e .[docs]
3232
pip list
3333
3434
# Build and publish.

0 commit comments

Comments
 (0)