Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
3f56ad5a
Commit
3f56ad5a
authored
Jul 09, 2019
by
LysandreJik
Browse files
Updated CircleCI's config.yml to use a large resource class.
parent
c4bab2dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
.circleci/config.yml
.circleci/config.yml
+2
-0
No files found.
.circleci/config.yml
View file @
3f56ad5a
...
...
@@ -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
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment