-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install multiple python versions #8
base: main
Are you sure you want to change the base?
Install multiple python versions #8
Conversation
62fd19c
to
69d9d7d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I suggest always returning an array from the function resolveVersionInput
, which will allow us to use more expected behavior in the run
function (lines 84-86)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we also need to update the Advanced usage section in the README file
Wrong assumption
Description:
In scope of this pull request we add logic to install multiple python versions
Related issue:
Check list: