Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): pin cwltool to lower version as newer version is broken #2350

Merged
merged 1 commit into from Sep 22, 2021

Conversation

Panaetius
Copy link
Member

Pins cwltool to lower version until common-workflow-language/cwltool#1525 is fixed

@Panaetius Panaetius requested a review from a team as a code owner September 22, 2021 07:02
@Panaetius Panaetius enabled auto-merge (squash) September 22, 2021 07:11
@Panaetius Panaetius merged commit 6d36fb9 into master Sep 22, 2021
@Panaetius Panaetius deleted the fix-cwltool branch September 22, 2021 07:44
@@ -162,7 +162,7 @@ def run(self):
"click>=7.0,<8.0.2",
"cryptography>=3.4.1,<3.5",
"cwlgen>=0.4.0,<=0.4.2",
"cwltool>=3.1.20210816212154,<3.2",
"cwltool>=3.1.20210816212154,<3.1.20210921111717",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might have been better to just exclude the problematic release with !=3.1.20210921111717 :-)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, thanks for the tip!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants