From 4ebbc6f065e5548f9610add323fd22f356657e09 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 31 Dec 2019 12:52:15 +0100 Subject: [PATCH] gh-actions: fix dependencies on isort --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54562bc85..c2f16dc74 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: