X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/09a2e88c51e5432e607f2a38466e55b4ba15e887..a869fa401696bc481380be239850ccf3edd808f6:/sdk/cwl/test_with_arvbox.sh?ds=sidebyside 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