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
I am trying to build macOS arm64 wheels for my project on Azure pipelines, but this specific platform is failing (default MacOS and linux are fine) is failing during tests (building is succeeding) with the error:
hi
I am trying to build macOS arm64 wheels for my project on Azure pipelines, but this specific platform is failing (default MacOS and linux are fine) is failing during tests (building is succeeding) with the error:
I tried to do something similar as this one, but didn't manage: https://github.com/MacPython/scipy-wheels/pull/150/files
What am I doing wrong?
Here is my azure yml: https://github.com/ofajardo/pyreadr_wheels4/blob/master/azure-pipelines.yml
and here the azure pipelines failing: https://dev.azure.com/ofajardo/pyreadr_wheels4/_build/results?buildId=105&view=logs&j=edc54a0e-92d1-574b-433e-80fdfaa23be3&t=d0e4c54a-7f31-5215-670d-55d58cc754a5&l=51
thanks in advance for the help!