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