From 93131b473366ae5442103511d455d1ed5b73bcab Mon Sep 17 00:00:00 2001 From: Peter Amstutz Date: Tue, 19 Oct 2021 21:11:05 -0400 Subject: [PATCH 1/1] 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 --- sdk/cwl/arvados_cwl/executor.py | 2 +- sdk/cwl/setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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', -- 2.30.2