Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Control Python version used by "Check Category Order Metadata" workflow #491

Merged
merged 1 commit into from
Dec 21, 2024

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
# for free to join this conversation on GitHub. Already have an account? # 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