mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-20 13:08:21 +06:00
remove circle ci parallelism
This commit is contained in:
parent
eb91f6437e
commit
a4f980547f
@ -12,7 +12,6 @@ jobs:
|
|||||||
- run: sudo python -m spacy download en
|
- run: sudo python -m spacy download en
|
||||||
- run: python -m pytest -sv ./pytorch_transformers/tests/ --cov
|
- run: python -m pytest -sv ./pytorch_transformers/tests/ --cov
|
||||||
- run: codecov
|
- run: codecov
|
||||||
parallelism: 4
|
|
||||||
build_py2:
|
build_py2:
|
||||||
working_directory: ~/pytorch-transformers
|
working_directory: ~/pytorch-transformers
|
||||||
docker:
|
docker:
|
||||||
@ -25,7 +24,6 @@ jobs:
|
|||||||
- run: sudo python -m spacy download en
|
- run: sudo python -m spacy download en
|
||||||
- run: python -m pytest -sv ./pytorch_transformers/tests/ --cov
|
- run: python -m pytest -sv ./pytorch_transformers/tests/ --cov
|
||||||
- run: codecov
|
- run: codecov
|
||||||
parallelism: 4
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
build_and_test:
|
build_and_test:
|
||||||
|
Loading…
Reference in New Issue
Block a user