Skip to content

Commit

Permalink
cwl: use the latest commit from the proposed CWL v1.2.1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Aug 18, 2023
1 parent acbbf86 commit 5cbdf85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/toil/test/cwl/cwlTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ def setUpClass(cls):
cls.test_yaml = os.path.join(cls.cwlSpec, "conformance_tests.yaml")
# TODO: Use a commit zip in case someone decides to rewrite master's history?
url = "https://github.com/common-workflow-language/cwl-v1.2.git"
commit = "8c3fd9d9f0209a51c5efacb1c7bc02a1164688d6"
commit = "f368628a9c1817de694b9cf690f8b733a4018f46"
p = subprocess.Popen(
f"git clone {url} {cls.cwlSpec} && cd {cls.cwlSpec} && git checkout {commit}",
shell=True,
Expand Down

0 comments on commit 5cbdf85

Please sign in to comment.