Skip to content

Commit 1348878

Browse files
authored
cicd: pip uninstall silently - no prompt request (#701)
1 parent 500d99e commit 1348878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ jobs:
214214
pip install --upgrade build wheel
215215
pip install .[doc]
216216
# TODO - To be removed once it is published
217-
pip uninstall sphinx-autoapi
217+
pip uninstall --yes sphinx-autoapi
218218
pip install "sphinx-autoapi @ git+https://github.com/jorgepiloto/sphinx-autoapi@feat/single-page-option"
219219
220220
- name: Login to GitHub Container Registry

0 commit comments

Comments
 (0)