mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
ci: skip pip error externally managed environment
This commit is contained in:
parent
c7ed34e99f
commit
fef12eb573
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user