mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-24 21:29:43 -04:00
ci: skip pip error externally managed environment
This commit is contained in:
parent
c7ed34e99f
commit
fef12eb573
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue