From 258a062c46dc92062712f2fade7b4168a2be38ee Mon Sep 17 00:00:00 2001 From: ydshieh Date: Tue, 16 Apr 2024 15:57:00 +0200 Subject: [PATCH] fix --- .github/workflows/model_jobs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/model_jobs.yml b/.github/workflows/model_jobs.yml index 8bf8d78570fe18..8d0468f7799907 100644 --- a/.github/workflows/model_jobs.yml +++ b/.github/workflows/model_jobs.yml @@ -80,7 +80,7 @@ jobs: - name: Run all tests on GPU working-directory: /transformers - run: python3 -m pytest -v --make-reports=${{ inputs.machine_type }}_tests_gpu_${{ matrix.folders }} tests/${{ matrix.folders }} + run: python3 -m pytest -v --make-reports=${{ inputs.machine_type }}_tests_gpu_${{ matrix.folders }} tests/models/whisper/test_modeling_whisper.py -k "WhisperModelIntegrationTests" - name: Failure short reports if: ${{ failure() }}