diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index 1ba3e56..995c326 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -66,7 +66,7 @@ jobs: run: pip install tomli setuptools-scm requests pytz psycopg2 django>=4.0.* - name: Test - run: pipenv run python setup.py test + run: python setup.py test env: PGPASSWORD: postgres