-
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
[Bug] Build fails for MacOS in CI pipeline #212
Comments
The CI workflow for MacOS starts with the The version of the conda package Potential root causeCurrent CI workflow uses version 2 of the setup-miniconda GitHub action. Latest version is 3.0.4. It includes a bug fix for MacOS. Thanks @yiquintero for spotting this. |
Two important system differences are observed between the last successful workflow execution and the first failing one:
|
This issue has been addressed in the latest push to develop. |
Build fails on MacOS in the CI pipeline from the commit 1a9aa2e onwards. The failure is not related to the code changes in the commit.
This failure seems to be due to a dependency incompatibility, for example, a potential upgrade in the version of the
boost-cpp
conda package that is downloaded and installed as part of the CI workflow.Error text in CI log points to missing osx compatible boost libraries.
The text was updated successfully, but these errors were encountered: