This commit is contained in:
ydshieh 2024-04-17 06:58:18 +02:00
parent b01a38ea92
commit 71ec123853
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ jobs:
- name: Run all pipeline tests on GPU
working-directory: /transformers
run: |
python3 -m pytest -n 1 -v --dist=loadfile --make-reports=${{ matrix.machine_type }}_tests_torch_pipeline_gpu tests/pipelines/test_pipelines_zero_shot_audio_classification.py
python3 -m pytest -n 1 -v --dist=loadfile --make-reports=${{ matrix.machine_type }}_tests_torch_pipeline_gpu tests/pipelines
- name: Failure short reports
if: ${{ failure() }}