ci: install python3-venv inside python:3.12 container
Some checks failed
Deploy Docs / deploy (push) Failing after 26s

This commit is contained in:
Tolaria 2026-06-03 22:56:04 +08:00
parent 6e1cdf4018
commit f7abb6bf42

View file

@ -15,6 +15,10 @@ jobs:
- run: python3 --version
- run: |
apt-get update
apt-get install -y python3-venv python3-pip
- run: |
python3 -m venv /tmp/venv
. /tmp/venv/bin/activate