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