forked from Mirror/pmbootstrap
CI: Install Ruff from PyPi instead of Alpine (MR 2525)
The Alpine version is too outdated.
This commit is contained in:
parent
3061e702ab
commit
7a7fa14837
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@
|
|||
|
||||
if [ "$(id -u)" = 0 ]; then
|
||||
set -x
|
||||
apk -q add ruff
|
||||
apk -q add py3-pip
|
||||
pip install --break-system-packages --no-warn-script-location ruff
|
||||
exec su "${TESTUSER:-build}" -c "sh -e $0"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue