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
d505afba
Commit
d505afba
authored
Dec 06, 2018
by
Andrew Murray
Browse files
Install TEST_DEPENDS packages one line a time
parent
12b9e402
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
common_utils.sh
common_utils.sh
+2
-2
No files found.
common_utils.sh
View file @
d505afba
...
@@ -323,9 +323,9 @@ function install_wheel {
...
@@ -323,9 +323,9 @@ function install_wheel {
# MANYLINUX_URL (optional, default "") (via pip_opts function)
# MANYLINUX_URL (optional, default "") (via pip_opts function)
local wheelhouse=
$(
abspath
${
WHEEL_SDIR
:-
wheelhouse
}
)
local wheelhouse=
$(
abspath
${
WHEEL_SDIR
:-
wheelhouse
}
)
if [ -n "
$TEST_DEPENDS
" ]; then
if [ -n "
$TEST_DEPENDS
" ]; then
for
TEST_DEPENDENCY
in
$TEST_DEPENDS
; do
while read
TEST_DEPENDENCY; do
pip install
$(
pip_opts
)
$@
$TEST_DEPENDENCY
pip install
$(
pip_opts
)
$@
$TEST_DEPENDENCY
done
done
<<< "
$TEST_DEPENDS
"
fi
fi
# Install compatible wheel
# Install compatible wheel
pip install
$(
pip_opts
)
$@
\
pip install
$(
pip_opts
)
$@
\
...
...
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