Skip to content

Commit dc94c42

Browse files
committed
(fix) Fixes uninstall old version without prompt
1 parent 5d6fc8f commit dc94c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_dependencies/install_gpu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ fi
299299
log INFO "Installing kompass-core with pip"
300300
export PIP_BREAK_SYSTEM_PACKAGES=1
301301
pip install pip-tools
302-
pip uninstall kompass-core # uninstall any previous versions
302+
pip uninstall -y kompass-core # uninstall any previous versions
303303
pip install .
304304

305305
# Clean up source files if not required

0 commit comments

Comments
 (0)