From c90f6525e949c2314ccc9c2cb980bccbc23e2434 Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 14 Feb 2017 15:02:26 -0500 Subject: [PATCH] Update test_with_arvbox script. --- sdk/cwl/test_with_arvbox.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index ee8daa1e15..b5a3e9930d 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -61,6 +61,8 @@ if test $config = dev ; then pip_install \$(ls -r dist/arvados-cwl-runner-*.tar.gz | head -n1) fi +pip install cwltest + mkdir -p /tmp/cwltest cd /tmp/cwltest if ! test -d common-workflow-language ; then -- 2.39.5