Skip to content

Commit 2c3df07

Browse files
committed
fix
Signed-off-by: Xing Liu <xingliu14@gmail.com>
1 parent c861ffe commit 2c3df07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/test_data_parallel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@pytest.fixture(autouse=True)
1414
def setup_new_model_design():
1515
"""Automatically set NEW_MODEL_DESIGN=True for all tests."""
16-
os.environ['NEW_MODEL_DESIGN'] = 'True'
16+
os.environ['NEW_MODEL_DESIGN'] = '1'
1717

1818

1919
@pytest.fixture

0 commit comments

Comments
 (0)