Skip to content

Conversation

@per1234
Copy link
Collaborator

@per1234 per1234 commented Dec 21, 2024

Previously, the workflow would use whichever version of Python was installed on the GitHub Actions runner machine. This meant that an update to the runner environment could break the workflow at any time.

The "actions/setup-python" action is now used to install the project's standardized version of Python, as specified by the pyproject.toml metadata file.

Previously, the workflow would use whichever version of Python was installed on the GitHub Actions runner machine. This
meant that an update to the runner environment could break the workflow at any time.

The "actions/setup-python" action is now used to install the project's standardized version of Python, as specified by
the pyproject.toml metadata file.
@per1234 per1234 added type: imperfection Perceived defect in any part of project topic: infrastructure Related to project infrastructure labels Dec 21, 2024
@per1234 per1234 self-assigned this Dec 21, 2024
@per1234 per1234 merged commit 4184719 into arduino:main Dec 21, 2024
14 of 16 checks passed
@per1234 per1234 deleted the setup-python branch December 21, 2024 21:10
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.

1 participant