ci: bootstrap pip via ensurepip for python3.10 (no venv package on Debian)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -57,7 +57,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Python 3.10 and pip-audit
|
- name: Install Python 3.10 and pip-audit
|
||||||
run: |
|
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
|
python3.10 -m pip install pip-audit
|
||||||
|
|
||||||
- name: Audit matrixbot dependencies
|
- name: Audit matrixbot dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user