Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
d0c36a7b
"...git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "72aee83ced5f31302c5e331d896412737287f976"
Commit
d0c36a7b
authored
Mar 24, 2020
by
Julien Chaumond
Browse files
[ci] Partial revert of
18eec3a9
due to
fbc5bf10
parent
fbc5bf10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.circleci/config.yml
.circleci/config.yml
+2
-0
No files found.
.circleci/config.yml
View file @
d0c36a7b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment