galaxyproject / planemo

Command-line utilities to assist in developing Galaxy and Common Workflow Language artifacts - including tools, workflows, and training materials.
https://planemo.readthedocs.io/
MIT License
89 stars 85 forks source link

Try to fix planemo test workflow when output is collection with identical name #1391

Closed lldelisle closed 1 year ago

lldelisle commented 1 year ago

See https://github.com/galaxyproject/iwc/pull/225

lldelisle commented 1 year ago

Any idea why the test is not failing on CI? What did I do wrong? Because it was failing locally...

mvdbeek commented 1 year ago

It would have run in https://github.com/galaxyproject/planemo/actions/runs/6421040087/job/17434490532, but that was cancelled.

mvdbeek commented 1 year ago

And yeah, it's failing locally for me too and my commit fixes this.

lldelisle commented 1 year ago

Great! Should I try to fix the CI into another PR?

mvdbeek commented 1 year ago

I think this is conda timing out, that probably needs to be fixed on the Galaxy or Conda side ...

lldelisle commented 1 year ago

Thanks for the fix.

mvdbeek commented 1 year ago

Thanks for the test, that made it easy!