We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Calrissian relies on Python 3.7 and old pinned dependencies.
The text was updated successfully, but these errors were encountered:
WIP #160
6421db3
@mr-c do you have any hints on why this test https://github.com/Duke-GCB/calrissian/blob/issue-160/tests/test_job.py#L46 is failing with an update of the dependency shellescape==3.8.1 (instead of shellescape==3.4.1? It uses needs_shell_quoting_re = re.compile(r"""(^$|[\s|&;()<>\'"$@])""") from cwltool's job.py
shellescape==3.8.1
instead of shellescape==3.4.1
needs_shell_quoting_re = re.compile(r"""(^$|[\s|&;()<>\'"$@])""")
Sorry, something went wrong.
I don't, no.
That's the versions we've been testing with: https://github.com/common-workflow-language/cwltool/actions/runs/6932721232/job/18861573891?pr=1938#step:7:168
fabricebrito
Successfully merging a pull request may close this issue.
Calrissian relies on Python 3.7 and old pinned dependencies.
The text was updated successfully, but these errors were encountered: