Skip to content

Commit 3cb3d42

Browse files
committed
DO NOT MERGE: use cwl-utils from draft PR
1 parent b145e3c commit 3cb3d42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ pydot>=1.4.1
1515
argcomplete>=1.12.0
1616
pyparsing != 3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
1717
pyparsing < 3;python_version<='3.6' # breaks --print-dot
18-
cwl-utils>=0.15
18+
https://github.com/common-workflow-language/cwl-utils/archive/codegen-fixes.zip

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
122122
"pyparsing < 3 ;python_version<='3.6'", # breaks --print-dot (pydot)
123123
"argcomplete",
124-
"cwl-utils >= 0.15",
124+
"cwl-utils @ https://github.com/common-workflow-language/cwl-utils/archive/codegen-fixes.zip",
125125
],
126126
extras_require={
127127
"deps": ["galaxy-tool-util >= 21.1.0"],

0 commit comments

Comments
 (0)