[ci] Partial revert of 18eec3a984 due to fbc5bf10cf

This commit is contained in:
Julien Chaumond 2020-03-24 12:10:43 -04:00
parent fbc5bf10cf
commit d0c36a7b72
1 changed files with 2 additions and 0 deletions

View File

@ -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