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'm currently using v2.3.0 on my repo without issue. We run tests on Windows, Linux and macOS using Python 3.11.
However, if I upgrade to v3.0.0, the macOS runner seems to try to use Python 3.12, even though I'm using https://github.com/actions/setup-python/tree/v5/ to set the version to 3.11. Any ideas?
The text was updated successfully, but these errors were encountered:
Bump, since this is very problematic, and fix is incredibly simple. Note that just $(python --version) will not work, since pipx requires specific format, e.g. pipx install poetry --python python3.9 (note python3.9 format). Furthermore, assuming that default Python should be used is not ideal.
As a quickfix, we replaced this action with (we use Python versions matrix for testing):
I'm currently using v2.3.0 on my repo without issue. We run tests on Windows, Linux and macOS using Python 3.11.
However, if I upgrade to v3.0.0, the macOS runner seems to try to use Python 3.12, even though I'm using https://github.com/actions/setup-python/tree/v5/ to set the version to 3.11. Any ideas?
The text was updated successfully, but these errors were encountered: