Skip to content

Commit 2b4208a

Browse files
committed
update
1 parent 4f69806 commit 2b4208a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_tf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ def test_mnist_distributed(
220220
@pytest.mark.slow_test
221221
def test_mnist_async(sagemaker_session, cpu_instance_type, tf_full_version, tf_full_py_version):
222222
if tf_full_version == "2.7.0":
223-
tf_full_version = "2.7.1"
223+
tf_full_version = "2.7"
224224

225225
estimator = TensorFlow(
226226
entry_point=SCRIPT,

0 commit comments

Comments
 (0)