locate isort in time and space

This commit is contained in:
stvnrlly
2022-10-26 16:29:51 -04:00
parent 2889f6220a
commit 7b80210884

View File

@@ -60,9 +60,9 @@ jobs:
# - name: Run style checks # - name: Run style checks
# run: flake8 . # run: flake8 .
- name: Check imports alphabetized - name: Check imports alphabetized
run: isort --check-only ./app ./tests run: pipenv run isort --check-only ./app ./tests
- name: Run tests - name: Run tests
run: pytest -n4 --maxfail=10 run: pipenv run pytest -n4 --maxfail=10
env: env:
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api