From 8ef377a61196c6ae1202b53a4cdf24e4720240c8 Mon Sep 17 00:00:00 2001 From: Elijah Date: Sun, 14 Jan 2024 19:38:22 +0100 Subject: [PATCH] Add subprocess.run fix --- .gitea/workflows/ci-pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/ci-pipeline.yaml b/.gitea/workflows/ci-pipeline.yaml index 8da4d4f..3d5568f 100644 --- a/.gitea/workflows/ci-pipeline.yaml +++ b/.gitea/workflows/ci-pipeline.yaml @@ -45,5 +45,7 @@ jobs: - name: Run tests run: | source venv/bin/activate + # https://stackoverflow.com/questions/61747698/django-error-when-running-server-locally-attributeerror-list-object-has-no + pip uninstall subprocess.run python3 manage.py test