Skip to content

Commit fc2868b

Browse files
committed
fix passing in python3 as command for network config test
1 parent 08a5c25 commit fc2868b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integ/test_processing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@ def test_sklearn_with_network_config(sagemaker_session, sklearn_latest_version,
681681
sklearn_processor = SKLearnProcessor(
682682
framework_version=sklearn_latest_version,
683683
role=ROLE,
684+
command=["python3"],
684685
instance_type=cpu_instance_type,
685686
instance_count=1,
686687
sagemaker_session=sagemaker_session,

0 commit comments

Comments
 (0)