mirror of
https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git
synced 2025-07-12 19:09:56 +03:00
Revert "CI: ruff: use 0.11.0 (Cannot use star annotation)"
The bug has been fixed upstream for a while now.
This reverts commit aced51132c
Part-of: https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/merge_requests/2600
This commit is contained in:
parent
da3fa09ca2
commit
abb8d92437
1 changed files with 1 additions and 3 deletions
|
@ -5,9 +5,7 @@
|
|||
if [ "$(id -u)" = 0 ]; then
|
||||
set -x
|
||||
apk -q add py3-pip
|
||||
# pin to ruff 0.11.0 until this is fixed:
|
||||
# https://github.com/astral-sh/ruff/issues/16874
|
||||
pip install --break-system-packages --no-warn-script-location ruff==0.11.0
|
||||
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