Commit 525eba68 authored by thomwolf's avatar thomwolf
Browse files

update Circle CI

parent b514a60c
...@@ -7,7 +7,8 @@ jobs: ...@@ -7,7 +7,8 @@ jobs:
steps: steps:
- checkout - checkout
- run: sudo pip install --progress-bar off . - 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/ - run: python -m pytest -sv tests/
build_py2: build_py2:
working_directory: ~/pytorch-pretrained-BERT working_directory: ~/pytorch-pretrained-BERT
...@@ -16,7 +17,8 @@ jobs: ...@@ -16,7 +17,8 @@ jobs:
steps: steps:
- checkout - checkout
- run: sudo pip install --progress-bar off . - 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/ - run: python -m pytest -sv tests/
workflows: workflows:
version: 2 version: 2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment