"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "72aee83ced5f31302c5e331d896412737287f976"
Commit d0c36a7b authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[ci] Partial revert of 18eec3a9 due to fbc5bf10

parent fbc5bf10
...@@ -85,6 +85,8 @@ jobs: ...@@ -85,6 +85,8 @@ jobs:
parallelism: 1 parallelism: 1
steps: steps:
- checkout - 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: sudo pip install .[tf,torch,quality]
- run: black --check --line-length 119 --target-version py35 examples templates tests src utils - run: black --check --line-length 119 --target-version py35 examples templates tests src utils
- run: isort --check-only --recursive examples templates tests src utils - run: isort --check-only --recursive examples templates tests src utils
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment