Skip to content

Commit

Permalink
Cut pipenv from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Nov 28, 2023
1 parent cad7ce0 commit 2baa143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yaml
Expand Up @@ -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

Expand Down

0 comments on commit 2baa143

Please sign in to comment.