diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index ee87bf1..1c36264 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -19,6 +19,10 @@ jobs: run: | python3 -c "print('Python is installed')" + - name: Install python3-venv + run: | + apt-get install python3-venv + - name: Create virtual environment run: | python3 -m venv venv