Skip to content

Commit 261006c

Browse files
author
Wang Napieralski
committed
fix unit tests
1 parent 2063ec9 commit 261006c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def pytorch_inference_py_version(pytorch_inference_version, request):
192192

193193
@pytest.fixture(scope="module")
194194
def huggingface_pytorch_version(huggingface_training_version):
195-
return _huggingface_base_fm_version(huggingface_training_version, "pytorch")
195+
return _huggingface_base_fm_version(huggingface_training_version, "pytorch")[0]
196196

197197

198198
@pytest.fixture(scope="module")

0 commit comments

Comments
 (0)