fix: remove python3.11-venv, runner uses python3.12 on Ubuntu Noble
All checks were successful
CI / test (push) Successful in 19s

This commit is contained in:
2026-05-04 05:17:37 +02:00
parent 60f42c7754
commit f88048762e

View File

@@ -61,8 +61,7 @@ jobs:
run: |
if command -v apt-get >/dev/null 2>&1; then
apt-get update
apt-get install -y python3 python3-pip python3-venv python3.11-venv patchelf ccache || true
apt-get install -y patchelf ccache
apt-get install -y python3 python3-pip python3-venv patchelf ccache
elif command -v dnf >/dev/null 2>&1; then
dnf install -y python3 python3-pip python3-devel patchelf ccache
fi