Skip to content

Commit e2a0bd6

Browse files
author
Peter Amstutz
committed
Bump
1 parent 68bfef3 commit e2a0bd6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

cwltool/load_tool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def validate_document(document_loader, workflowobj, uri,
9292
if preprocess_only:
9393
return document_loader, avsc_names, processobj, metadata, uri
9494

95-
document_loader.validate_links(processobj)
9695
schema.validate_doc(avsc_names, processobj, document_loader, strict)
9796

9897
if metadata.get("cwlVersion") != update.LATEST:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
'rdflib >= 4.1.0',
4242
'rdflib-jsonld >= 0.3.0',
4343
'shellescape',
44-
'schema-salad==1.11.20160524152859',
44+
'schema-salad==1.11.20160607211745',
4545
'typing'
4646
],
4747
test_suite='tests',

0 commit comments

Comments
 (0)