Skip to content

Commit c710ec3

Browse files
authored
Fix typo in pip install for documentation
1 parent 6c1f129 commit c710ec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
conda install --yes -c conda-forge pythonocc-core
2727
python -m pip install --upgrade pip
28-
python -m pip install .[doc]
28+
python -m pip install .[docs]
2929
3030
- name: Build Documentation
3131
run: |

0 commit comments

Comments
 (0)