conda-incubator / setup-miniconda

Set up your GitHub Actions workflow with conda via miniconda

Home Page:https://github.com/marketplace/actions/setup-miniconda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows builds run pytest with win32 despite setup-miniconda architecture reporting x64

carlthome opened this issue · comments

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 specifies architecture: x64 yet pytest reports running platform win32

Example: