From: Peter Amstutz Date: Wed, 20 Oct 2021 01:11:05 +0000 (-0400) Subject: 18260: Update when we're going to actually run the workflow X-Git-Tag: 2.3.0~13^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/93131b473366ae5442103511d455d1ed5b73bcab 18260: Update when we're going to actually run the workflow Update cwltool version for bugfixes. Arvados-DCO-1.1-Signed-off-by: Peter Amstutz --- diff --git a/sdk/cwl/arvados_cwl/executor.py b/sdk/cwl/arvados_cwl/executor.py index aa19633d8c..6e23d80a85 100644 --- a/sdk/cwl/arvados_cwl/executor.py +++ b/sdk/cwl/arvados_cwl/executor.py @@ -577,8 +577,8 @@ The 'jobs' API is no longer supported. loadingContext = self.loadingContext.copy() loadingContext.do_validate = False - loadingContext.do_update = False if submitting: + loadingContext.do_update = False # Document may have been auto-updated. Reload the original # document with updating disabled because we want to # submit the document with its original CWL version, not diff --git a/sdk/cwl/setup.py b/sdk/cwl/setup.py index 5a398c1085..e39fdd8d9f 100644 --- a/sdk/cwl/setup.py +++ b/sdk/cwl/setup.py @@ -39,8 +39,8 @@ setup(name='arvados-cwl-runner', # file to determine what version of cwltool and schema-salad to # build. install_requires=[ - 'cwltool==3.1.20211019185001', - 'schema-salad==8.2.20210918131710', + 'cwltool==3.1.20211020155521', + 'schema-salad==8.2.20211020114435', 'arvados-python-client{}'.format(pysdk_dep), 'setuptools', 'ciso8601 >= 2.0.0',