-
Notifications
You must be signed in to change notification settings - Fork 13
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
macOS setup-python python binary not used #122
Comments
That complaint would happen if the system python doesn't have wheel installed, which might be the case I guess. I see e.g. in this action by the way that while the python info shows the wrong version, the unit tests are using the right version. Could it be that only the |
I'll try! |
Argh, nope, this works on Linux and Windows, but on macOS |
Oh, damn, I think it is caused by a minor edit of mine, haha. I added |
Ah nice catch! |
Fixed by removing the |
It seems like in macOS builds, we are somehow using the setup-python action wrong. The version that is installed is not picked up in the version check right thereafter and also not in the later commands where we install dependencies and DIANNA itself. In effect, we have been using only the macOS system provided Python 3.9 for a while now.
Right now, this is causing an issue, because for some weird reason it complains about bdist_wheels, for instance in this build. Note that I didn't change anything in the build there, so it seems to really be caused by external factors.
The text was updated successfully, but these errors were encountered: