We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7160a3e commit e3e74b0Copy full SHA for e3e74b0
cwl_utils/tests/test_parser.py
@@ -19,7 +19,7 @@
19
TEST_v1_0_CWL = get_path("testdata/md5sum.cwl")
20
TEST_v1_0_CWL_REMOTE = (
21
"https://raw.githubusercontent.com/"
22
- "common-workflow-language/cwl-utils/main/testdata/md5sum.cwl"
+ "common-workflow-language/cwl-utils/main/cwl_utils/testdata/md5sum.cwl"
23
)
24
TEST_v1_2_CWL = get_path("testdata/workflow_input_format_expr_v1_2.cwl")
25
yaml = YAML(typ="rt")
0 commit comments