ci: bootstrap pip via ensurepip for python3.10 (no venv package on Debian)
Lint / Shell (shellcheck) (push) Successful in 8s
Lint / JS (eslint) (push) Successful in 7s
Lint / Python (ruff) (push) Successful in 5s
Lint / Python deps (pip-audit) (push) Failing after 4m41s
Lint / Secret scan (gitleaks) (push) Successful in 6s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-21 13:50:40 -04:00
parent d4f3563982
commit a85ea312c9
+2 -1
View File
@@ -57,7 +57,8 @@ jobs:
- name: Install Python 3.10 and pip-audit
run: |
apt-get update -qq && apt-get install -y -qq python3.10 python3.10-venv python3-pip
apt-get update -qq && apt-get install -y -qq python3.10 python3-pip
python3.10 -m ensurepip --upgrade
python3.10 -m pip install pip-audit
- name: Audit matrixbot dependencies