ci: skip pip error externally managed environment

This commit is contained in:
Ben Grande 2024-06-22 11:49:24 +02:00
parent c7ed34e99f
commit fef12eb573
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -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