fix: CI with noninteractive apt-get
Some checks failed
CI / test (push) Failing after 11s

This commit is contained in:
2026-03-22 17:09:04 +00:00
parent 88797e4c27
commit ff57d57fe9

View File

@@ -10,8 +10,9 @@ jobs:
steps:
- name: Install Python
run: |
export DEBIAN_FRONTEND=noninteractive
apt-get update -qq
apt-get install -y -qq python3 python3-pip
apt-get install -y --no-install-recommends python3 python3-pip
- name: Verify Python
run: |
python3 --version