Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
Try fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwharris committed Aug 4, 2021
1 parent fbad52e commit 543912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/video/classification/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def test_load_from_checkpoint_dependency_error():

@pytest.mark.skipif(not _VIDEO_TESTING, reason="PyTorchVideo isn't installed.")
def test_cli():
cli_args = ["flash", "video-classification", "--trainer.fast_dev_run", "True"]
cli_args = ["flash", "video-classification", "--trainer.fast_dev_run", "True", "num_workers", "0"]
with mock.patch("sys.argv", cli_args):
try:
main()
Expand Down

0 comments on commit 543912c

Please sign in to comment.