pyiron / ironflow

Prototype of a graphical user interface for pyiron (unstable)
https://mybinder.org/v2/gh/pyiron/ironflow/HEAD?labpath=example.ipynb
BSD 3-Clause "New" or "Revised" License
18 stars 2 forks source link

Use updated actions #146

Closed liamhuber closed 1 year ago

liamhuber commented 1 year ago

Over in #145 I can't for the life of me get ironflow to stop using python-codacy-coverage and start using the new workflow, even though I am explicitly pointing the pr-labeled workflow the latest commit here and not main, and that change is reflected in the "workflow usage". My only thought is that the pyiron/actions workflow is being cached somewhere by github. I haven't had any luck googling such a discrepancy either.

Here I'm just trying again with a totally clean PR and hoping that the "workflow used" and the actual workflow commands actually sync up.

github-actions[bot] commented 1 year ago

Binder :point_left: Launch a binder notebook on branch _pyiron/ironflow/use_updatedactions

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3632900383


Totals Coverage Status
Change from base Build 3604660161: 0.6%
Covered Lines: 2313
Relevant Lines: 3597

💛 - Coveralls
liamhuber commented 1 year ago

This didn't help, it still showed the correct ref in the workflow file, and the incorrect command in the actual job.

Merging the relevant PR of pyiron/actions and just making reference to main worked fine over in #145, so I'm going to close this. (Fine in that it sees the updated commands, there are still authentification bugs.)