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

Commit 6cb4519

Browse files
committed
fix for missing PIP_CMD in multibuild on macOS
1 parent be276d2 commit 6cb4519

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extra_functions.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ function teardown_test_venv {
2727
fi
2828
fi
2929
}
30+
# Work around bug in multibuild
31+
if [ ! -o PIP_CMD ]; then PIP_CMD="$PYTHON_EXE -mpip"; fi

0 commit comments

Comments
 (0)