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
411981a0
Commit
411981a0
authored
Jun 20, 2019
by
thomwolf
Browse files
remove slow circle-ci
parent
edfe91c3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.circleci/config.yml
.circleci/config.yml
+2
-2
No files found.
.circleci/config.yml
View file @
411981a0
...
...
@@ -10,7 +10,7 @@ jobs:
-
run
:
sudo pip install pytest codecov pytest-cov
-
run
:
sudo pip install spacy ftfy==4.4.3
-
run
:
sudo python -m spacy download en
-
run
:
python -m pytest -sv tests/
--runslow
--cov
-
run
:
python -m pytest -sv tests/ --cov
-
run
:
codecov
build_py2
:
working_directory
:
~/pytorch-pretrained-BERT
...
...
@@ -22,7 +22,7 @@ jobs:
-
run
:
sudo pip install pytest codecov pytest-cov
-
run
:
sudo pip install spacy ftfy==4.4.3
-
run
:
sudo python -m spacy download en
-
run
:
python -m pytest -sv tests/
--runslow
--cov
-
run
:
python -m pytest -sv tests/ --cov
-
run
:
codecov
workflows
:
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