From 25456af2e0b73afb622ad974161cf89fe44b399c Mon Sep 17 00:00:00 2001 From: Elijah Date: Fri, 12 Jan 2024 09:51:28 +0100 Subject: [PATCH] Try installing virtualenv correctly --- .gitea/workflows/ci-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 1c36264..7b81bcc 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -21,7 +21,7 @@ jobs: - name: Install python3-venv run: | - apt-get install python3-venv + apt-get update && apt-get install python3-virtualenv - name: Create virtual environment run: |