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
This could very well be a user error on my part but trying to figure out why GHA workflows on windows-latest (which should be x64 machines) is getting a possible integer overflow, while ubuntu-latest and macos-latest behave nicely.
This could very well be a user error on my part but trying to figure out why GHA workflows on windows-latest (which should be x64 machines) is getting a possible integer overflow, while ubuntu-latest and macos-latest behave nicely.
setup-miniconda
specifiesarchitecture: x64
yet pytest reports runningplatform win32
Example:
The text was updated successfully, but these errors were encountered: