Actually run the tests

This commit is contained in:
Julien Chaumond
2019-12-10 21:46:00 +00:00
parent d2100428d3
commit 95854c4a2f

View File

@@ -79,7 +79,7 @@ jobs:
- run: sudo pip install --progress-bar off . - run: sudo pip install --progress-bar off .
- run: sudo pip install pytest - run: sudo pip install pytest
- run: sudo pip install mecab-python3 - run: sudo pip install mecab-python3
- run: python -m pytest -sv ./transformers/tests/tokenization_bert_japanese_test.py - run: RUN_CUSTOM_TOKENIZERS=1 python -m pytest -sv ./transformers/tests/tokenization_bert_japanese_test.py
deploy_doc: deploy_doc:
working_directory: ~/transformers working_directory: ~/transformers
docker: docker: