Skip to content

Commit 08058f9

Browse files
author
Rohit Kumar Srivastava
committed
fix integ tests for tensorflow
1 parent b130ad4 commit 08058f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_training_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def test_huggingface_tensorflow(
8888
data_path = os.path.join(DATA_DIR, "huggingface")
8989

9090
hf = HuggingFace(
91-
py_version="py37",
91+
py_version="py38",
9292
entry_point=os.path.join(data_path, "run_tf.py"),
9393
role="SageMakerRole",
9494
transformers_version=huggingface_training_compiler_latest_version,

0 commit comments

Comments
 (0)