Skip to content

Commit 201ce1a

Browse files
committed
test with newer cwl-utils PR
1 parent adc3286 commit 201ce1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ requires = [
77
"types-psutil>=7.1.3.20251210",
88
"ruamel.yaml>=0.16.0,<0.19",
99
"schema-salad>=8.9,<9",
10-
"cwl-utils @ git+https://github.com/common-workflow-language/cwl-utils.git@refs/pull/393/head",
10+
"cwl-utils @ git+https://github.com/common-workflow-language/cwl-utils.git@refs/pull/396/head",
1111
"toml",
1212
"argcomplete>=1.12.0",
1313
"rich-argparse",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ coloredlogs
99
pydot>=1.4.1
1010
argcomplete>=1.12.0
1111
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
12-
cwl-utils @ git+https://github.com/common-workflow-language/cwl-utils.git@refs/pull/393/head
12+
cwl-utils @ git+https://github.com/common-workflow-language/cwl-utils.git@refs/pull/396/head
1313
spython>=0.3.0
1414
rich-argparse
1515
typing-extensions>=4.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li
159159
"pydot >= 1.4.1",
160160
"argcomplete >= 1.12.0",
161161
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
162-
"cwl-utils @ git+https://github.com/common-workflow-language/cwl-utils.git@refs/pull/393/head",
162+
"cwl-utils @ git+https://github.com/common-workflow-language/cwl-utils.git@refs/pull/396/head",
163163
"spython >= 0.3.0",
164164
"rich-argparse",
165165
"typing-extensions >= 4.1.0",

0 commit comments

Comments
 (0)