Skip to content

Commit af47715

Browse files
committed
fix typo
1 parent 9d7456d commit af47715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ def huggingface_training_compiler_pytorch_py_version(
333333
def huggingface_pytorch_latest_training_py_version(
334334
huggingface_training_pytorch_latest_version,
335335
):
336-
if Version(huggingface_pytorch_training_version) >= Version("1.13"):
336+
if Version(huggingface_training_pytorch_latest_version) >= Version("1.13"):
337337
return "py39"
338-
elif Version(huggingface_pytorch_training_version) >= Version("1.9"):
338+
elif Version(huggingface_training_pytorch_latest_version) >= Version("1.9"):
339339
return "py38"
340340
else:
341341
return "py36"

0 commit comments

Comments
 (0)