Skip to content

Use Python 3.8.6 in CI and Docker container #9

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

Merged
merged 1 commit into from
Oct 16, 2020
Merged

Use Python 3.8.6 in CI and Docker container #9

merged 1 commit into from
Oct 16, 2020

Conversation

per1234
Copy link
Collaborator

@per1234 per1234 commented Oct 16, 2020

The actions/setup-python action used to install Python for use in the CI workflows no longer offers Python 3.8.5,
which will cause the CI to fail.

The action should use the same version of Python it's tested with, so I have also updated the action's Docker image to
python:3.8.6.

The 	`actions/setup-python` action used to install Python for use in the CI workflows no longer offers Python 3.8.5,
which caused the CI to fail.

The action should use the same version of Python it's tested with, so I have also updated the action's Docker image to
`python:3.8.6`.
@per1234 per1234 requested a review from giulcioffi October 16, 2020 00:38
@giulcioffi giulcioffi merged commit ac1c7fa into arduino:main Oct 16, 2020
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: infrastructure Related to project infrastructure labels Jun 13, 2024
@per1234 per1234 self-assigned this Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: imperfection Perceived defect in any part of project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants