You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 3 warnings about differing MacOS versions. The first is
ld: warning: dylib (/Users/runner/work/PyNormaliz/PyNormaliz/local/lib/libnormaliz.dylib) was built for newer macOS version (12.0) than being linked (11.7)
I simply don't understand what it could mean. We ask for MacOS:latest which I think is 12.0. So libnormaliz.dylib should be built for it in this run. But how can it be linked for 11.7? Are there old components in the system?
It is of course unclear whether the warnings have to do anything with the failure. Unfortunately the last successful run from February has lost its logs.
In the Linux build on my laptop under Ubuntu I also see
zip_safe flag not set; analyzing archive contents...
__pycache__.PyNormaliz_cpp.cpython-310: module references __file__
But then
creating 'dist/PyNormaliz-2.18-py3.10-linux-x86_64.egg' and adding 'build/bdist.linux-x86_64/egg' to it
and this (or a similar) message is not created in the MacOS build on GitHub.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This reverts commit 062043b.
I want to see if this fixes CI, and if so, compare the logs.