Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 4208a2e

Browse files
committed
ci: Do not uninstall
Signed-off-by: John Andersen <[email protected]>
1 parent 76c1760 commit 4208a2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.ci/run.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ function run_plugin() {
4949
if [ -d "examples" ] && [ "x${PLUGIN}" != "x." ]; then
5050
run_plugin_examples
5151
fi
52-
# Uninstall
53-
"${PYTHON}" -m pip uninstall -y "${PACKAGE_NAME}"
5452
cd "${SRC_ROOT}"
5553

5654
if [ "x${PLUGIN}" = "x." ]; then

0 commit comments

Comments
 (0)