Skip to content

Remove --break-system-packages from Python lint job #28

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 2 commits into from
Oct 12, 2024

Conversation

ahoppen
Copy link
Member

@ahoppen ahoppen commented Oct 12, 2024

--break-system-packages was only needed when we ran in a Swift container and is an unknown option when running directly on the GitHub action runner.

Also change the pull request workflow on this repo to use the workflows they are modified by PRs, not as they are defined on main before the PR was applied. This would have caught the Python-lint issue and allows me to unbreak it.

`--break-system-packages` was only needed when we ran in a Swift container and is an unknown option when running directly on the GitHub action runner.
@ahoppen ahoppen requested a review from a team as a code owner October 12, 2024 00:10
@ahoppen
Copy link
Member Author

ahoppen commented Oct 12, 2024

Python lint is failing with the issue I’m fixing in this PR.

PRs to github-workflows should use the version of the workflows that are updated by it, not the version that’s currently on `main`.
@shahmishal shahmishal merged commit 8122d81 into swiftlang:main Oct 12, 2024
9 checks passed
@ahoppen ahoppen deleted the fix-pythonlint branch October 12, 2024 00:22
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