Commit 3f56ad5a authored by LysandreJik's avatar LysandreJik
Browse files

Updated CircleCI's config.yml to use a large resource class.

parent c4bab2dc
......@@ -4,6 +4,7 @@ jobs:
working_directory: ~/pytorch-transformers
docker:
- image: circleci/python:3.5
resource_class: large
steps:
- checkout
- run: sudo pip install --progress-bar off .
......@@ -14,6 +15,7 @@ jobs:
- run: codecov
build_py2:
working_directory: ~/pytorch-transformers
resource_class: large
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