Skip to content

Commit 4aa2983

Browse files
committed
Remove --break-system-packages from Python lint job
`--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.
1 parent 7cea756 commit 4aa2983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/soundness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,6 @@ jobs:
216216
persist-credentials: false
217217
- name: Run flake8
218218
run: |
219-
pip3 install flake8 flake8-import-order --break-system-packages
219+
pip3 install flake8 flake8-import-order
220220
cd ${GITHUB_WORKSPACE}
221221
flake8

0 commit comments

Comments
 (0)