Skip to content

Commit 2870e2b

Browse files
committed
Fix
1 parent 7e49b47 commit 2870e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/serve/test_serve_mlflow_pytorch_flavor_happy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def model_builder(request):
168168

169169
@pytest.mark.skip(
170170
reason="Testing against Python version 310 which is not supported anymore"
171-
" https://github.com/aws/deep-learning-containers/blob/master/available_images.md",
171+
" https://github.com/aws/deep-learning-containers/blob/master/available_images.md",
172172
)
173173
def test_happy_pytorch_sagemaker_endpoint_with_torch_serve(
174174
sagemaker_session,

0 commit comments

Comments
 (0)