1
0
Fork 1
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:
Stefan Hansson 2025-05-14 01:53:33 +02:00 committed by Oliver Smith
parent da3fa09ca2
commit abb8d92437
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -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