Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
cf86d23e
Commit
cf86d23e
authored
Jul 04, 2019
by
thomwolf
Browse files
parallelism in circlci
parent
15b70338
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 @
cf86d23e
...
@@ -12,6 +12,7 @@ jobs:
...
@@ -12,6 +12,7 @@ jobs:
-
run
:
sudo python -m spacy download en
-
run
:
sudo python -m spacy download en
-
run
:
python -m pytest -sv ./pytorch_pretrained_bert/tests/ --cov
-
run
:
python -m pytest -sv ./pytorch_pretrained_bert/tests/ --cov
-
run
:
codecov
-
run
:
codecov
parallelism
:
4
build_py2
:
build_py2
:
working_directory
:
~/pytorch-pretrained-BERT
working_directory
:
~/pytorch-pretrained-BERT
docker
:
docker
:
...
@@ -24,6 +25,7 @@ jobs:
...
@@ -24,6 +25,7 @@ jobs:
-
run
:
sudo python -m spacy download en
-
run
:
sudo python -m spacy download en
-
run
:
python -m pytest -sv ./pytorch_pretrained_bert/tests/ --cov
-
run
:
python -m pytest -sv ./pytorch_pretrained_bert/tests/ --cov
-
run
:
codecov
-
run
:
codecov
parallelism
:
4
workflows
:
workflows
:
version
:
2
version
:
2
build_and_test
:
build_and_test
:
...
...
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