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
2a4fef83
Commit
2a4fef83
authored
Oct 10, 2019
by
thomwolf
Browse files
move Circle-CI from TF2-rc0 to official TF2
parent
751e2460
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.circleci/config.yml
.circleci/config.yml
+3
-3
No files found.
.circleci/config.yml
View file @
2a4fef83
...
...
@@ -9,7 +9,7 @@ jobs:
steps
:
-
checkout
-
run
:
sudo pip install torch
-
run
:
sudo pip install tensorflow
==2.0.0-rc0
-
run
:
sudo pip install tensorflow
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install pytest codecov pytest-cov
-
run
:
sudo pip install tensorboardX scikit-learn
...
...
@@ -38,7 +38,7 @@ jobs:
parallelism
:
1
steps
:
-
checkout
-
run
:
sudo pip install tensorflow
==2.0.0-rc0
-
run
:
sudo pip install tensorflow
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install pytest codecov pytest-cov
-
run
:
sudo pip install tensorboardX scikit-learn
...
...
@@ -65,7 +65,7 @@ jobs:
-
image
:
circleci/python:2.7
steps
:
-
checkout
-
run
:
sudo pip install tensorflow
==2.0.0-rc0
-
run
:
sudo pip install tensorflow
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install pytest codecov pytest-cov
-
run
:
python -m pytest -sv ./transformers/tests/ --cov
...
...
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