Commit b65a994f authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[ci] decrease parallelism to increase success prob

parent 1d438f15
......@@ -5,7 +5,7 @@ jobs:
docker:
- image: circleci/python:3.5
resource_class: large
parallelism: 4
parallelism: 1
steps:
- checkout
- run: sudo pip install --progress-bar off .
......@@ -17,7 +17,7 @@ jobs:
build_py2:
working_directory: ~/pytorch-transformers
resource_class: large
parallelism: 4
parallelism: 1
docker:
- image: circleci/python:2.7
steps:
......
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