From db87a6485acf3e0c135367bd33a69f9b38f72149 Mon Sep 17 00:00:00 2001 From: Elijah Date: Sun, 14 Jan 2024 19:33:31 +0100 Subject: [PATCH] Try specifying Python version even inside venv --- .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 e014125..8da4d4f 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -45,5 +45,5 @@ jobs: - name: Run tests run: | source venv/bin/activate - python manage.py test + python3 manage.py test