-
Notifications
You must be signed in to change notification settings - Fork 239
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
action: use the most recent python from tool cache to run the GitHub Action #1114
Conversation
462cc77
to
ce113a1
Compare
ce113a1
to
25c1bf5
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.
LGTM!
Ahh, |
Seems that invalid inputs are just warnings... Since Python gets setup properly, there's no reason for the workflow to fail.
Let's wait for v4 being tagged again. |
|
This also should avoid getting the CMake environment variables set pointing at the global Python instance (also added in 4.1.0). |
Shall we go back to |
Leaving this until after we drop 3.6 might be helpful. Okay either way. |
Let's get this in then. |
This allows to drop python 3.6 without losing support for ubuntu-18.04 runners c.f. #508.
Blocked on actions/setup-python#411Blocked on a new release of actions/setup-pythonv4.1 has been released.