From a4806e2da75947a01b183471fae30d5d2ce2a2e0 Mon Sep 17 00:00:00 2001 From: brb Date: Mon, 10 Jul 2023 19:18:30 +0200 Subject: [PATCH] updated workflow --- .gitea/workflows/pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index cbdcf6d..cac150f 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -14,6 +14,8 @@ jobs: - uses: actions/checkout@v3 - name: Set up Python 3.10 run: | + python -m pip install --upgrade pip + pip install virtualenv virtualenv -p python3.10 venv source venv/bin/activate - name: Install dependencies