From 34cb23363eac8efd90d3cca014078e047c4a6b81 Mon Sep 17 00:00:00 2001 From: Elijah Date: Thu, 29 Feb 2024 18:58:33 +0100 Subject: [PATCH] removed sudo commands --- .gitea/workflows/ci-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 6df7993..c67fadc 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -85,8 +85,8 @@ jobs: - name: Install python3-venv (if not already installed) run: | - sudo apt-get update - sudo apt-get install python3 python3-venv python3-pip -y + apt-get update + apt-get install python3 python3-venv python3-pip -y - name: Setup Python environment run: |