mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-04 02:11:11 -05:00
locate isort in time and space
This commit is contained in:
4
.github/workflows/checks.yml
vendored
4
.github/workflows/checks.yml
vendored
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user