Added deadsnakes repo to download specific Python version
This commit is contained in:
parent
7d07fdf8c4
commit
3f00ea2fa9
|
@ -23,6 +23,7 @@ jobs:
|
|||
- name: Install python3-venv
|
||||
id: install
|
||||
run: |
|
||||
add-apt-repository ppa:deadsnakes/ppa
|
||||
apt-get update
|
||||
apt-get install python3.11 python3.11-venv python3.11-pip -y
|
||||
|
||||
|
|
Loading…
Reference in New Issue