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
Hello @nisbet-hubbard👋,
The python-version input in the setup-python action is intended to specify the exact version of Python to be set up. However, there appears to be a discrepancy between the python-version input value in your repro steps and the actual behaviour logs. To help resolve this, please check if the python-version input is correctly specified and ensure that there are no other parts of your workflow that might be overriding this value. It’s also worth verifying that there are no conflicting settings elsewhere in your configuration.
We have tested this on our end and confirmed that the specified python-version is correctly set up even with cache: 'pip’, as shown in the screenshots below:
If the issue persists, kindly share your workflow or a minimal repository link that demonstrates the issue. That would help us better understand and address the situation more effectively.
Thank you!
Description:
We observed that when
cache: 'pip'
is set, the value ofpython-version
is ignored & the latest version is used instead.Action version:
v5
Platform:
Runner type:
Tools version:
3.10
Repro steps:
Expected behavior:
Is this the expected behaviour?
Actual behavior:
The text was updated successfully, but these errors were encountered: