13306: fixes test_with_arvados.sh pip executable with python2
authorEric Biagiotti <ebiagiotti@veritasgenetcs.com>
Tue, 5 Feb 2019 16:53:07 +0000 (11:53 -0500)
committerEric Biagiotti <ebiagiotti@veritasgenetcs.com>
Tue, 5 Feb 2019 16:53:07 +0000 (11:53 -0500)
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <eric.biagiotti@gmail.com>

sdk/cwl/test_with_arvbox.sh

index 22d47a5d481555ab7b52284eeb263624a0b04bc2..37eb5171ebbc55779f86e0e275e4eb8d7a490cd6 100755 (executable)
@@ -92,7 +92,7 @@ set -x
 if [ \$PYCMD = "python3" ]; then
     pip3 install cwltest
 else
-    pip3 install cwltest
+    pip install cwltest
 fi
 
 mkdir -p /tmp/cwltest