Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
12dd61a1
Commit
12dd61a1
authored
May 31, 2023
by
Andrew Murray
Browse files
Ensure wheel is installed before import
parent
07f10c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
common_utils.sh
common_utils.sh
+1
-1
No files found.
common_utils.sh
View file @
12dd61a1
...
...
@@ -444,7 +444,7 @@ function install_wheel {
check_python
check_pip
$PIP_CMD
install packaging
$PIP_CMD
install packaging
wheel
local supported_wheels=
$(
$PYTHON_EXE
$MULTIBUILD_DIR
/supported_wheels.py
$wheelhouse
/
*
.whl
)
if [ -z "
$supported_wheels
" ]; then
echo "
ERROR: no supported wheels found
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment