Skip to content

Commit

Permalink
Passing CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
szaman19 committed Jun 9, 2024
1 parent f279914 commit a41d3f7
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 a41d3f7

Please sign in to comment.