Commit 4fc63151 authored by Julien Chaumond's avatar Julien Chaumond
Browse files

[ci] Attempt to fix #2844

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