From 699677e0334cb9c8a37f420ccd1e5a31a6de9794 Mon Sep 17 00:00:00 2001 From: Gokul Gunasekaran Date: Wed, 27 Mar 2024 10:41:57 -0700 Subject: [PATCH] correct path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e19163d6..7e63cb2a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,4 +87,4 @@ jobs: if: ${{ ! contains(github.event.pull_request.labels.*.name, 'ciflow/slow') }} run: pytest --no-header -v test --ignore=test/test_period.py --ignore=test/test_text_examples.py - --ignore=test/test_audio_examples.py --ignore=test/test_aistore.py --ignore=test/test_mprs.py + --ignore=test/test_audio_examples.py --ignore=test/test_aistore.py --ignore=test/dataloader2/test_mprs.py