diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb3f52fb2..8e19163d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,18 +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 - - name: Run DataPipes tests with pytest (including slow tests) - 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 - env: - PYTORCH_TEST_WITH_SLOW: 1 - - name: Run DataPipes period tests with pytest - if: ${{ contains(github.event.pull_request.labels.*.name, 'ciflow/period') }} - run: - pytest --no-header -v test/test_period.py --ignore=test/test_text_examples.py - --ignore=test/test_audio_examples.py --ignore=test/test_aistore.py - env: - PYTORCH_TEST_WITH_SLOW: 1 + --ignore=test/test_audio_examples.py --ignore=test/test_aistore.py --ignore=test/test_mprs.py