Skip to content

Fix CI workflow for Python linting #17

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
Feb 8, 2021
Merged

Fix CI workflow for Python linting #17

merged 1 commit into from
Feb 8, 2021

Conversation

per1234
Copy link
Collaborator

@per1234 per1234 commented Feb 7, 2021

The workflow was broken by the Python version it was using no longer being available from the actions/setup-python action.

Rather than continuing in this fashion, it seems better to use the same setup script as is used by the action and unit
tests. This will ensure everything is done under the same environment.

The workflow was broken by the Python version it was using no longer being available from the actions/setup-python
action.

Rather than continuing in this fashion, it seems better to use the same setup script as is used by the action and unit
tests. This will ensure everything is done under the same environment.
Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Thank you @per1234 🚀

@aentinger aentinger merged commit 598911a into arduino:main Feb 8, 2021
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.

2 participants