Added deadsnakes repo to download specific Python version

This commit is contained in:
Elijah 2024-01-25 11:45:18 +01:00
parent 7d07fdf8c4
commit 3f00ea2fa9
1 changed files with 1 additions and 0 deletions

View File

@ -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