[ARVADOS] updated: 1.3.0-2995-g2b4eccc73
Git user
git at public.arvados.org
Mon Aug 31 15:15:57 UTC 2020
Summary of changes:
build/run-tests.sh | 1 +
1 file changed, 1 insertion(+)
via 2b4eccc7386b33d2de4a06f5d8da18cd94391662 (commit)
from add09f355520b2bd1214b8c74d5a8d6c8e76dc88 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 2b4eccc7386b33d2de4a06f5d8da18cd94391662
Author: Nico Cesar <nico at nicocesar.com>
Date: Mon Aug 31 11:15:17 2020 -0400
Installing extra python3 libraries
refs #15888
Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at curii.com>
diff --git a/build/run-tests.sh b/build/run-tests.sh
index f83b045dc..4d8075fab 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -653,6 +653,7 @@ install_env() {
"${VENV3DIR}/bin/pip3" install future
"${VENV3DIR}/bin/pip3" install google-api-python-client
"${VENV3DIR}/bin/pip3" install ciso8601
+ "${VENV3DIR}/bin/pip3" install wheel
"${VENV3DIR}/bin/pip3" install pycurl
"${VENV3DIR}/bin/pip3" install ws4py
cd "$WORKSPACE/sdk/python"
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list