-
Notifications
You must be signed in to change notification settings - Fork 498
Remove legacy workarounds in conda-forge GitHub Actions job #3270
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with green Conda CI.
After this PR we have a failure on Windows:
|
We did not noticed that in the feedstock as graphviz was not enabled on Windows, this PR conda-forge/gazebo-feedstock#154 should fix it. |
Before this PR, graphviz 2.50 was used and everything was working fine. |
I think the problem is exactly the same described in robotology/robotology-superbuild#1152 and fixed in robotology/ycm-cmake-modules#414 and robotology/yarp#2851 . |
so we could add |
Exactly, I plan to do that, but in a separate PR to make sure that that works fine also with graphviz 2.50 . |
ok, sounds good! |
feel free to merge if you're ready |
🦟 Bug fix
Summary
In #3223 (comment) we added some workarounds for the conda-forge CI, namely pin the version of some dependencies and removed dartsim. Now that the long term fixes to that problems (linked in #3223 (comment)) has been fixed, we can remove the workarounds.
Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.