gh-actions: fix dependencies on isort
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
migrations:
|
||||
needs:
|
||||
- pylint
|
||||
- isort
|
||||
- black
|
||||
- prospector
|
||||
services:
|
||||
postgres:
|
||||
@ -98,7 +98,7 @@ jobs:
|
||||
coverage:
|
||||
needs:
|
||||
- pylint
|
||||
- isort
|
||||
- black
|
||||
- prospector
|
||||
services:
|
||||
postgres:
|
||||
|
||||
Reference in New Issue
Block a user