Skip to content

Commit 8122d81

Browse files
authored
Merge pull request #28 from ahoppen/fix-pythonlint
Remove `--break-system-packages` from Python lint job
2 parents 7cea756 + 6abbac9 commit 8122d81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
soundness:
99
name: Soundness
10-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
10+
uses: ./.github/workflows/soundness.yml
1111
with:
1212
api_breakage_check_enabled: false
1313
license_header_check_enabled: false

.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)