18260: Update when we're going to actually run the workflow
authorPeter Amstutz <peter.amstutz@curii.com>
Wed, 20 Oct 2021 01:11:05 +0000 (21:11 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 20 Oct 2021 18:04:38 +0000 (14:04 -0400)
Update cwltool version for bugfixes.

Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/arvados_cwl/executor.py
sdk/cwl/setup.py

index aa19633d8c7e86067a02d823d0c638abb318ad4d..6e23d80a85e2434c222e47d7a1589f1087a9a3d9 100644 (file)
@@ -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
index 5a398c1085f2b860a69cc131a6dd490aa8ad98d4..e39fdd8d9f2db8259a210649d279b08f163d054e 100644 (file)
@@ -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',