diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 2dc5b28..96b35e3 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -58,7 +58,11 @@ jobs: - name: Install dependencies run: | source venv/bin/activate + which python + pip -V pip install --upgrade pip + pip -V + python -V pip install -r requirements.txt if: steps.didkit.outcome == 'success'