"git@developer.sourcefind.cn:wuxk1/megatron-lm.git" did not exist on "7e46ca58bd6e46d43c5523d3af8abbae5d456568"
Commit 8197eb9f authored by thomwolf's avatar thomwolf
Browse files

update Circle CI config

parent 525eba68
......@@ -8,7 +8,7 @@ jobs:
- checkout
- run: sudo pip install --progress-bar off .
- 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/
build_py2:
working_directory: ~/pytorch-pretrained-BERT
......@@ -17,8 +17,9 @@ jobs:
steps:
- checkout
- run: sudo pip install --progress-bar off .
- run: sudo pip install pytest ftfy spacy
- run: python -m spacy download en
- run: sudo pip install pytest spacy
- run: sudo pip install ftfy==4.4.3
- run: sudo python -m spacy download en
- run: python -m pytest -sv tests/
workflows:
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