Skip to content

Commit

Permalink
ci: skip pip error externally managed environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-grande committed Jun 22, 2024
1 parent c7ed34e commit fef12eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: sudo apt-get install -y python3-dev python3-pip shellcheck reuse
# gitlint is available on Debian but Ubuntu has an older version.
- name: Install pip packages
run: pip3 install salt-lint gitlint
run: pip3 install --break-system-packages salt-lint gitlint
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit fef12eb

Please sign in to comment.