OpenMS / pyopenms-docs

pyOpenMS readthedocs documentation, additional utilities, addons, scripts, and examples.
https://pyopenms.readthedocs.io
Other
42 stars 50 forks source link

Changed files still not working correctly! #343

Closed jpfeuffer closed 1 year ago

jpfeuffer commented 1 year ago

Describe the problem you encountered

Bugs were introduced in #325 because changed files never finds anything.

matteopilz commented 1 year ago

Can you be more specific with changed files never finds anything?

jpfeuffer commented 1 year ago

This action: https://github.com/OpenMS/pyopenms-docs/blob/master/.github/workflows/test-pr.yaml#L21

Check the last PRs and you will see that it never tests anything.

Also check the other workflows that use this action.

timosachsenberg commented 1 year ago

I don't see anything in Matteos PR that could crash it. @poshul any insight? Maybe this should be fixed before the next sprint as we otherwise can't close the outstanding PRs etc.?

poshul commented 1 year ago

I don't see anything in Matteos PR that could crash it. @poshul any insight? Maybe this should be fixed before the next sprint as we otherwise can't close the outstanding PRs etc.?

I'll take a look

jpfeuffer commented 1 year ago

Matteos PR introduced errors in the code. Not in the action. It introduced errors because the action was not working.

poshul commented 1 year ago

@jpfeuffer can you check https://github.com/OpenMS/pyopenms-docs/pull/350 the change there fixed the action in my demo cases.

poshul commented 1 year ago

fixed in #350.

jpfeuffer commented 1 year ago

Still not working! #357

poshul commented 1 year ago

Hmm, at least its a different error this time! I'll take a look

poshul commented 1 year ago

https://github.com/OpenMS/pyopenms-docs/actions/runs/4253340667/jobs/7398075580 ran fine https://github.com/OpenMS/pyopenms-docs/actions/runs/4253340641/jobs/7398075312 failed. Pretty sure this is because of https://github.com/tj-actions/changed-files/issues/809. I'm bumping to 35

jpfeuffer commented 1 year ago

OK seems to work. I hope it stays like that. good find.