Skip to content

Commit

Permalink
ci: add --break-system-packages to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
genaumann committed Oct 13, 2024
1 parent d98034d commit 733d855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: "3.11"
- name: Install salt-lint
run: |
sudo pip3 install salt-lint
sudo pip3 install salt-lint --break-system-packages
- name: Run salt-lint
run: |
salt-lint $(find . -name '*.sls')
Expand Down

0 comments on commit 733d855

Please sign in to comment.