Skip to content

Commit

Permalink
skip test_mprs.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulavasan committed Mar 27, 2024
1 parent 88a1d34 commit e23a116
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e23a116

Please sign in to comment.