Skip to content

Commit

Permalink
Passing CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
szaman19 committed Feb 2, 2023
1 parent 64f921a commit 8ded742
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ def construct_data_reader(lbann):
# ==============================================

# Create test functions that can interact with PyTest
for _test_func in tools.create_tests(setup_experiment, __file__):
for _test_func in tools.create_tests(setup_experiment, __file__, environment=tools.get_distconv_environment()):
globals()[_test_func.__name__] = _test_func

0 comments on commit 8ded742

Please sign in to comment.