X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6debc9dd19b3441a974c8eae9788cfa80227badd..01cd85043c8692b8fd743e87a304e23be6172e21:/sdk/cwl/test_with_arvbox.sh diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh index 51d64b3f84..e36eb589b2 100755 --- a/sdk/cwl/test_with_arvbox.sh +++ b/sdk/cwl/test_with_arvbox.sh @@ -110,7 +110,10 @@ set -x # our files are in Keep, all the tests fail. # We should add [optional] Arvados support to cwltest so it can access # Keep but for the time being just install the last working version. -/opt/arvados-py/bin/pip install 'cwltest<2.3.20230527113600' +# This version depends on setuptools, but does not declare that, so we install +# it ourselves to ensure it's available. That can be removed at the same time +# we upgrade the cwltest version. +/opt/arvados-py/bin/pip install 'cwltest<2.3.20230527113600' setuptools mkdir -p /tmp/cwltest cd /tmp/cwltest