From 4fc63151af58a05e8209431cca32d201440fbfa3 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Mon, 24 Feb 2020 19:51:34 -0500 Subject: [PATCH] [ci] Attempt to fix #2844 --- .circleci/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e90ea15ed..7fdc7ce8e0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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