Skip to content
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

fix: correcting usage of setup-python #230

Merged
merged 1 commit into from Jun 15, 2022
Merged

fix: correcting usage of setup-python #230

merged 1 commit into from Jun 15, 2022

Conversation

henryiii
Copy link
Member

This was incorrectly updated; setup-python v4 breaks "simple" usage and always requires a python-version now. For now, let's add the manual setting unless actions/setup-python#421 ends up re-adding a default (which I'd really love to see, as this was handy and much simpler).

@@ -56,6 +56,8 @@ lint:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.x"
Copy link
Member Author

Choose a reason for hiding this comment

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

Suggested change
python-version: "3.x"
python-version: ">=3.7"

Something like this would be fine too, but would require yearly bumping of the value.

@henryiii
Copy link
Member Author

Current code is broken, so going to merge, but we can follow up if anything different is required.

@henryiii henryiii merged commit b5865fd into main Jun 15, 2022
@henryiii henryiii deleted the henryiii-patch-1 branch June 15, 2022 20:19
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.

None yet

1 participant