Skip to content

Commit ef4a805

Browse files
committed
use latest py_version
1 parent 23e3135 commit ef4a805

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integ/sagemaker/workflow/test_retry.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ def test_model_registration_with_model_repack(
149149
pipeline_name,
150150
region_name,
151151
pytorch_training_latest_version,
152+
pytorch_training_latest_py_version
152153
):
153154
base_dir = os.path.join(DATA_DIR, "pytorch_mnist")
154155
entry_point = os.path.join(base_dir, "mnist.py")
@@ -168,7 +169,7 @@ def test_model_registration_with_model_repack(
168169
entry_point=entry_point,
169170
role=role,
170171
framework_version=pytorch_training_latest_version,
171-
py_version="py3",
172+
py_version=pytorch_training_latest_py_version,
172173
instance_count=instance_count,
173174
instance_type=instance_type,
174175
sagemaker_session=pipeline_session,

0 commit comments

Comments
 (0)