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
Describe the bug
additional debug in _findMatch for osVersion & platform_version is needed to make sense of earlier debug statements
Currently no debug displays the osVersion identified and the expected platform_version. This leads to the debug for architecture display valid comparisons like #[debug]x86===x86 && linux===linux but no subsequent reason for the osVersion check to work. The present state is confusing
To Reproduce
Run actions/setup-python on a platform that isn't support by the action (e.g. RHEL).
Expected behavior
debug needs to display versions for clarity.
twojstaryzdomu
changed the title
additional debug in _findMatch
additional debug in _findMatch for osVersion & platform_version needed to make sense of earlier debug statements
Aug 26, 2024
Describe the bug
additional debug in
_findMatch
forosVersion
&platform_version
is needed to make sense of earlier debug statementsCurrently no debug displays the
osVersion
identified and the expectedplatform_version
. This leads to the debug for architecture display valid comparisons like#[debug]x86===x86 && linux===linux
but no subsequent reason for theosVersion
check to work. The present state is confusingTo Reproduce
Run actions/setup-python on a platform that isn't support by the action (e.g. RHEL).
Expected behavior
debug needs to display versions for clarity.
Screenshots
Despite successful matches, no info as to why those failed.
Desktop (please complete the following information):
All platforms.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: