diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9dad4fbe5..7bf04a114 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -60,9 +60,9 @@ jobs: # - name: Run style checks # run: flake8 . - name: Check imports alphabetized - run: isort --check-only ./app ./tests + run: pipenv run isort --check-only ./app ./tests - name: Run tests - run: pytest -n4 --maxfail=10 + run: pipenv run pytest -n4 --maxfail=10 env: SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api