Skip to content

Commit

Permalink
check if test_state_dict or test_dataloader is the culprit
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkho committed May 9, 2024
1 parent 11e16da commit 0264ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stateful_dataloader_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
cd ..
- name: Run StatefulDataLoader tests with pytest
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'ciflow/slow') }}
run: pytest --durations=0 --no-header -v test/stateful_dataloader
run: pytest --durations=0 --no-header -v test/stateful_dataloader/test_dataloader.py

0 comments on commit 0264ee9

Please sign in to comment.