ci: install python3-venv inside python:3.12 container
Some checks failed
Deploy Docs / deploy (push) Failing after 26s
Some checks failed
Deploy Docs / deploy (push) Failing after 26s
This commit is contained in:
parent
6e1cdf4018
commit
f7abb6bf42
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue