update Circle CI
This commit is contained in:
@@ -7,7 +7,8 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- run: sudo pip install --progress-bar off .
|
||||
- run: sudo pip install pytest
|
||||
- run: sudo pip install pytest ftfy spacy
|
||||
- run: python -m spacy download en
|
||||
- run: python -m pytest -sv tests/
|
||||
build_py2:
|
||||
working_directory: ~/pytorch-pretrained-BERT
|
||||
@@ -16,7 +17,8 @@ jobs:
|
||||
steps:
|
||||
- checkout
|
||||
- run: sudo pip install --progress-bar off .
|
||||
- run: sudo pip install pytest
|
||||
- run: sudo pip install pytest ftfy spacy
|
||||
- run: python -m spacy download en
|
||||
- run: python -m pytest -sv tests/
|
||||
workflows:
|
||||
version: 2
|
||||
|
||||
Reference in New Issue
Block a user