19425: Fix passing --fast-parser
authorPeter Amstutz <peter.amstutz@curii.com>
Sat, 10 Sep 2022 16:29:51 +0000 (12:29 -0400)
committerPeter Amstutz <peter.amstutz@curii.com>
Wed, 4 Jan 2023 15:29:32 +0000 (10:29 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

sdk/cwl/arvados_cwl/runner.py
sdk/cwl/setup.py

index 4861039198a18c36dbd0ae6d805be060cff1e224..25c7eaf6c700400f9104a65f2de3d44ce804c37f 100644 (file)
@@ -843,6 +843,7 @@ class Runner(Process):
         self.secret_store = secret_store
         self.enable_dev = loadingContext.enable_dev
         self.git_info = git_info
+        self.fast_parser = loadingContext.fast_parser
 
         self.submit_runner_cores = 1
         self.submit_runner_ram = 1024  # defaut 1 GiB
index e4f4f0f344e8b5914e22c6c5495cbe26d863dc65..c4255b351230a659cb6d217cb48c2bce94f4f912 100644 (file)
@@ -36,7 +36,7 @@ setup(name='arvados-cwl-runner',
       # file to determine what version of cwltool and schema-salad to
       # build.
       install_requires=[
-          'cwltool==3.1.20220909193950',
+          'cwltool==3.1.20220910163051',
           'schema-salad==8.3.20220825114525',
           'arvados-python-client{}'.format(pysdk_dep),
           'ciso8601 >= 2.0.0',