From 3f00ea2fa98a464b4a5fef1567e346488a8255ec Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 25 Jan 2024 11:45:18 +0100 Subject: [PATCH] Added deadsnakes repo to download specific Python version --- .gitea/workflows/ci-pipeline.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 1ab4f96..9f3ed16 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -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