Skip to content

Commit

Permalink
try test_state_dict only
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkho committed May 9, 2024
1 parent 9f59102 commit ddbfbe6
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/test_dataloader.py
run: pytest --durations=0 --no-header -v test/stateful_dataloader/test_state_dict.py

0 comments on commit ddbfbe6

Please sign in to comment.