fix: install python3 via apt in node:22 runner image
Some checks failed
Deploy Docs / deploy (push) Failing after 11s

This commit is contained in:
Tolaria 2026-06-03 17:59:43 +08:00
parent b042f43cdd
commit 8491b0f751

View file

@ -12,6 +12,7 @@ jobs:
fetch-depth: 0
- run: |
apt-get update && apt-get install -y python3 python3-pip
python3 --version
pip3 install zensical