From bfc885091b38a0d418acc31e6d8847684ba6981b Mon Sep 17 00:00:00 2001 From: Sylvain Gugger Date: Tue, 10 Aug 2021 13:48:26 -0400 Subject: [PATCH] Fix last one --- .github/workflows/self-push.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/self-push.yml b/.github/workflows/self-push.yml index 286aaf0dff..1bf7237b56 100644 --- a/.github/workflows/self-push.yml +++ b/.github/workflows/self-push.yml @@ -177,9 +177,10 @@ jobs: env: MKL_SERVICE_FORCE_INTEL: 1 run: | - if [ -f test_list.txt ]; then - python -m pytest -n 2 --dist=loadfile -v --make-reports=tests_torch_multi_gpu $(cat test_list.txt) - fi + python -m pytest -n 2 --dist=loadfile -v --make-reports=tests_torch_multi_gpu tests +# if [ -f test_list.txt ]; then +# python -m pytest -n 2 --dist=loadfile -v --make-reports=tests_torch_multi_gpu $(cat test_list.txt) +# fi - name: Failure short reports if: ${{ always() }}