-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change Macos CI to mamba #371
Conversation
CI is still failing since it is installing an old version of This is what I see for MacOS (see here ):
while on Windwos CI (see here ), we have the following
|
@traversaro do you have any suggestion? |
As suggested by @CarlottaSartore the problem could be related to channel priority. |
@lrapetti bt looking at the output you attached both OS download from 'conda-forges' so I do not think is due to outdated version in robotology super build channel |
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.
The name of the package on conda-forge is librobometry, not robometry
You're right! Then the issue should be something else! |
Thanks I have changed it in af89f6f |
To avoid this kind of issue in the future I opened conda-forge/librobometry-feedstock#13 . |
Co-authored-by: Silvio Traversaro <[email protected]>
mac and win fail with:
I suspect this is a robometry regression, related to conda-forge/librobometry-feedstock#12 . |
This failure was not happening before the change in |
Probably in that case by chance the boost packages were installed, and so it was working by chance. |
I think this was happening as an old version of robometry was installed due to some dependency. |
Sorry, this is still failing as I forgot to bump the build number in conda-forge/librobometry-feedstock#14, this will be fixed by conda-forge/librobometry-feedstock#15 . |
CI is now working, thanks @traversaro, we can merge it! |
As discussed in #354