mirror of
https://github.com/ben-grande/qusal.git
synced 2025-08-25 05:34:57 -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
|
run: sudo apt-get install -y python3-dev python3-pip shellcheck reuse
|
||||||
# gitlint is available on Debian but Ubuntu has an older version.
|
# gitlint is available on Debian but Ubuntu has an older version.
|
||||||
- name: Install pip packages
|
- name: Install pip packages
|
||||||
run: pip3 install salt-lint gitlint
|
run: pip3 install --break-system-packages salt-lint gitlint
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue