Skip to content

Commit

Permalink
Run pip install for lint tools with --break-system-packages to allow …
Browse files Browse the repository at this point in the history
…system wide installation now that ubuntu-latest contains the file /usr/lib/python3.12/EXTERNALLY-MANAGED
  • Loading branch information
francesco-ballarin committed Oct 13, 2024
1 parent 9d6ebb5 commit 37a1581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
steps:
- name: Install dependencies
run: |
python3 -m pip -q install yamllint
python3 -m pip --break-system-packages -q install yamllint
- name: Run yamllint
run: |
python3 -m yamllint -d "{extends: default, rules: {document-start: {present: false}, line-length: disable, truthy: {check-keys: false}}}" .
Expand Down

0 comments on commit 37a1581

Please sign in to comment.