X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/eba27784b1696432c48bc41ab0a4fba7e405f3b9..a869fa401696bc481380be239850ccf3edd808f6:/sdk/cwl/test_with_arvbox.sh 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