From d0c36a7b7270f114322c191866d29abea383e5da Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Tue, 24 Mar 2020 12:10:43 -0400 Subject: [PATCH] [ci] Partial revert of 18eec3a9847 due to fbc5bf10cfe --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 16fdce1d9e..a9a31ba131 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -85,6 +85,8 @@ jobs: parallelism: 1 steps: - checkout + # we need a version of isort with https://github.com/timothycrosley/isort/pull/1000 + - run: sudo pip install git+git://github.com/timothycrosley/isort.git@e63ae06ec7d70b06df9e528357650281a3d3ec22#egg=isort - run: sudo pip install .[tf,torch,quality] - run: black --check --line-length 119 --target-version py35 examples templates tests src utils - run: isort --check-only --recursive examples templates tests src utils