ami-iit / bipedal-locomotion-framework

Suite of libraries for achieving bipedal locomotion on humanoid robots

Home Page:https://ami-iit.github.io/bipedal-locomotion-framework/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conda-forge CI failing on Linux May 2023

traversaro opened this issue · comments

See https://github.com/ami-iit/bipedal-locomotion-framework/actions/workflows/conda-forge-ci.yml?query=event%3Aschedule , it has been falling for ~3 weeks as of the day I open the issue (I have to figure out how to get notifications for CI failing in blf).

(I have to figure out how to get notifications for CI failing in blf)

From https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/notifications-for-workflow-runs :

Notifications for scheduled workflows are sent to the user who initially created the workflow. If a different user updates the cron syntax in the workflow file, subsequent notifications will be sent to that user instead. If a scheduled workflow is disabled and then re-enabled, notifications will be sent to the user who re-enabled the workflow rather than the user who last modified the cron syntax.

That is strange, can't we have two users getting the notification?

Indeed, the CI failed when manifpy was updated from _13 to _14 .

Ahh, now I remember, it was supposed to be fixed by conda-forge/compilers-feedstock#57, but that PR got stuck.

For reference the pybind11 problem is conda-forge/pybind11-feedstock#77 .

Since #675 fixed the issue, I think we can close it right?

Ahh, now I remember, it was supposed to be fixed by conda-forge/compilers-feedstock#57, but that PR got stuck.

The PR was finally merged, so probably we can remove the workaround added in #675 .