You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for submitting an issue. We can't use the latest version of cwltool due to this bug common-workflow-language/cwltool#1349. In order to make CWL-Airflow use the latest cwltool, first, I will need to fix that bug in cwltool:) I will work on it at the nearest time.
Meanwhile, as this bug relates only to a certain type of workflows, you can try to use the latest cwltool version by either changing it directly in setup.py or just manually updating it with pip3 install -U cwltool.
Let me know if you have any issues with conditional support in CWL-Airflow. It's still a work in progress, so I will be happy to see if there any bug fixes or additional features required.
Quick note for myself regarding a confirmed bug in cwltool
For cwltool==3.1.20210628163208 it still fails with the same error, however, if in the tool I put docker in the requirements section instead of hints, it works fine.
With our team we are starting to use the Conditional Workflows, as descrived here
https://www.commonwl.org/user_guide/24_conditional-workflow/index.html
but, it works with v1.2 of CWL actually shipped into https://pypi.org/project/cwltool/3.1.20210521105815/
For your constraint reason we can't do this
We would like a new release from you that includes this version as a constraint
3.1.20210521105815
instead of
cwl-airflow/setup.py
Line 99 in 8aa26f6
Do you have a time schedule to which we can refer, when will it be possible to have this version?
Thanks to:
@mruffalo
@mr-c
@shubham-padia
@portah
@michael-kotliar
@matteo-opencrmitalia
P.S. I apologize for my bad exposure in English
The text was updated successfully, but these errors were encountered: