Skip to content

Commit 7d1988d

Browse files
authored
Update lint-source.yml
1 parent bdea217 commit 7d1988d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Install Fortitude
14-
run: pip install --break-system-packages fortitude-lint
14+
run: pip install fortitude-lint
1515

1616
- name: Lint the source code
1717
run: fortitude check --ignore=E001,S001,S101,M011,F001,S041,T001 ./src/*/* >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)