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
8197eb9f
Commit
8197eb9f
authored
Feb 11, 2019
by
thomwolf
Browse files
update Circle CI config
parent
525eba68
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
.circleci/config.yml
.circleci/config.yml
+4
-3
No files found.
.circleci/config.yml
View file @
8197eb9f
...
@@ -8,7 +8,7 @@ jobs:
...
@@ -8,7 +8,7 @@ jobs:
-
checkout
-
checkout
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install pytest ftfy spacy
-
run
:
sudo pip install pytest ftfy spacy
-
run
:
python -m spacy download en
-
run
:
sudo
python -m spacy download en
-
run
:
python -m pytest -sv tests/
-
run
:
python -m pytest -sv tests/
build_py2
:
build_py2
:
working_directory
:
~/pytorch-pretrained-BERT
working_directory
:
~/pytorch-pretrained-BERT
...
@@ -17,8 +17,9 @@ jobs:
...
@@ -17,8 +17,9 @@ jobs:
steps
:
steps
:
-
checkout
-
checkout
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install --progress-bar off .
-
run
:
sudo pip install pytest ftfy spacy
-
run
:
sudo pip install pytest spacy
-
run
:
python -m spacy download en
-
run
:
sudo pip install ftfy==4.4.3
-
run
:
sudo python -m spacy download en
-
run
:
python -m pytest -sv tests/
-
run
:
python -m pytest -sv tests/
workflows
:
workflows
:
version
:
2
version
:
2
...
...
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