"vscode:/vscode.git/clone" did not exist on "b91c396b7acc9c46a3b1efec29c848d51479c828"
Commit 520c2ee2 authored by Matthew Brett's avatar Matthew Brett
Browse files

Install packaging for supported_wheels test

parent eafd8445
...@@ -5,6 +5,7 @@ if [ -z "$PIP_CMD" ]; then ...@@ -5,6 +5,7 @@ if [ -z "$PIP_CMD" ]; then
else else
pip_install="$PIP_CMD install" pip_install="$PIP_CMD install"
fi fi
$pip_install packaging
# Current wheel versions not available for older Pythons. # Current wheel versions not available for older Pythons.
lpv=$(lex_ver $MB_PYTHON_VERSION) lpv=$(lex_ver $MB_PYTHON_VERSION)
# Check no errors. # Check no errors.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment