We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebe9866 commit 3c29896Copy full SHA for 3c29896
.github/workflows/release.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies.
29
run: |
30
python -m pip install --upgrade pip
31
- pip install -e[docs] .
+ pip install -e .[docs]
32
pip list
33
34
# Build and publish.
0 commit comments