We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1f129 commit c710ec3Copy full SHA for c710ec3
1 file changed
.github/workflows/cd.yml
@@ -25,7 +25,7 @@ jobs:
25
run: |
26
conda install --yes -c conda-forge pythonocc-core
27
python -m pip install --upgrade pip
28
- python -m pip install .[doc]
+ python -m pip install .[docs]
29
30
- name: Build Documentation
31
0 commit comments