Skip to content

Commit 56b5c8f

Browse files
author
Ruinong Tian
committed
revert change in run_pysdk_tests
1 parent 9ff82fb commit 56b5c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_artifacts/v2/scripts/run_pysdk_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22

33
# We need to checkout the version of sagemaker-python-sdk that is installed in the mamba environment.
4-
pysdk_version=$(micromamba list | grep sagemaker-python-sdk | tr -s ' ' | cut -d ' ' -f 3)
54

5+
pysdk_version=$(micromamba list | grep sagemaker-python-sdk | tr -s ' ' | cut -d ' ' -f 3)
66
# Checkout the corresponding sagemaker-python-sdk version
77
git checkout tags/v$pysdk_version
88

0 commit comments

Comments
 (0)