Fix last one

This commit is contained in:
Sylvain Gugger 2021-08-10 13:48:26 -04:00
parent 29dada00c4
commit bfc885091b
1 changed files with 4 additions and 3 deletions

View File

@ -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() }}