reanahub / reana-workflow-engine-yadage

REANA Workflow Engine Yadage
http://reana-workflow-engine-yadage.readthedocs.io/
MIT License
0 stars 32 forks source link

setup: `yadage==0.20.2` incompatibility #222

Open mvidalgarcia opened 2 years ago

mvidalgarcia commented 2 years ago

After upgrading to Yadage 0.20.2, workflows are failing again:

$ reana-client logs -w helloworld-yadage-kubernetes     
==> Workflow engine logs
Workflow exited unexpectedly.
stat: path should be string, bytes, os.PathLike or integer, not NoneType

_Originally posted by @mvidalgarcia in https://github.com/reanahub/reana-workflow-engine-yadage/pull/219#discussion_r799648798_

Related issue: https://github.com/yadage/yadage/issues/116

matthewfeickert commented 2 years ago

We've yanked yadage v0.20.2 from PyPI so that it can't cause additional problems anywhere. (Though of course as we yanked it instead of deleting it if there's a lockfile with yadage==0.20.2 that will still install) We'll release v0.20.3 once we have a fix for https://github.com/yadage/yadage/issues/116 that we've tested.