This commit is contained in:
Julien Chaumond 2020-02-24 19:51:34 -05:00
Родитель b90745c590
Коммит 4fc63151af
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -27,8 +27,9 @@ jobs:
steps:
- checkout
- run: sudo pip install .[mecab,sklearn,tf-cpu,torch,testing]
- run: python -m pytest -n 8 --dist=loadfile -s -v ./tests/
- no_output_timeout: 4h
- run:
command: python -m pytest -n 8 --dist=loadfile -s -v ./tests/
no_output_timeout: 4h
run_tests_torch:
working_directory: ~/transformers