fix: install python3 via apt in node:22 runner image
Some checks failed
Deploy Docs / deploy (push) Failing after 11s
Some checks failed
Deploy Docs / deploy (push) Failing after 11s
This commit is contained in:
parent
b042f43cdd
commit
8491b0f751
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- run: |
|
||||
apt-get update && apt-get install -y python3 python3-pip
|
||||
python3 --version
|
||||
pip3 install zensical
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue