conda-forge / webservices-dispatch-action

a GitHub action to rerender conda-forge feedstocks
BSD 3-Clause "New" or "Revised" License
2 stars 10 forks source link

Live rerender test failing (action not updating) #47

Closed jakirkham closed 6 months ago

jakirkham commented 7 months ago

It looks like the update step started failing in late January

Recently ran a new build. Though am still seeing the same issue

Traceback (most recent call last):
  File "/home/runner/work/webservices-dispatch-action/webservices-dispatch-action/tests/run_live_rerender_test.py", line 219, in <module>
checkout branch...
undoing edit to a workflow...
commiting...
push to origin...
    _run_test()
  File "/home/runner/work/webservices-dispatch-action/webservices-dispatch-action/tests/run_live_rerender_test.py", line 100, in _run_test
    assert "MNT:" in output
AssertionError

Do we know what is happening here?

jakirkham commented 7 months ago

cc @beckermr

jakirkham commented 7 months ago

Possible fix in PR: https://github.com/conda-forge/webservices-dispatch-action/pull/48

jakirkham commented 7 months ago

Looks like things are working again. Closing as completed