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 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.

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`.
@codecov-io
Copy link

Codecov Report

Merging #9 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##              main        #9   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         2           
  Lines         1561      1561           
=========================================
  Hits          1561      1561           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d64baa9...f7d638f. Read the comment docs.

@per1234 per1234 requested a review from giulcioffi October 16, 2020 00:29
@giulcioffi giulcioffi merged commit 4e4af45 into arduino:main Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants