Skip to content

Commit d978b78

Browse files
author
Chuyang Deng
committed
not testing py37 with test_mnist_async because the test is intended to only test the latest version
1 parent b87ffdd commit d978b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_tf_script_mode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def test_mnist_async(sagemaker_session, cpu_instance_type, tf_full_version, py_v
164164
role=ROLE,
165165
train_instance_count=1,
166166
train_instance_type="ml.c5.4xlarge",
167-
py_version=py_version,
167+
py_version=tests.integ.PYTHON_VERSION,
168168
sagemaker_session=sagemaker_session,
169169
script_mode=True,
170170
# testing py-sdk functionality, no need to run against all TF versions

0 commit comments

Comments
 (0)