Commit a4f98054 authored by thomwolf's avatar thomwolf
Browse files

remove circle ci parallelism

parent eb91f643
......@@ -12,7 +12,6 @@ jobs:
- run: sudo python -m spacy download en
- run: python -m pytest -sv ./pytorch_transformers/tests/ --cov
- run: codecov
parallelism: 4
build_py2:
working_directory: ~/pytorch-transformers
docker:
......@@ -25,7 +24,6 @@ jobs:
- run: sudo python -m spacy download en
- run: python -m pytest -sv ./pytorch_transformers/tests/ --cov
- run: codecov
parallelism: 4
workflows:
version: 2
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