Skip to content

Commit 8763a4c

Browse files
committed
Auto-ok uninstall
1 parent 1e3c05e commit 8763a4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Pre-requisite: Python virtual environment is active (source .venv/bin/activate)
55
build-python:
66
rm -rf c2pa/c2pa
7-
python3 -m pip uninstall maturin
8-
python3 -m pip uninstall uniffi
7+
python3 -m pip uninstall -y maturin
8+
python3 -m pip uninstall -y uniffi
99
python3 -m pip install -r requirements.txt
1010
maturin develop

0 commit comments

Comments
 (0)