"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "9a5ef83748d656e65013567f6feedb201d44258b"
Commit cf86d23e authored by thomwolf's avatar thomwolf
Browse files

parallelism in circlci

parent 15b70338
...@@ -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:
......
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