Skip to content

Commit 11c8670

Browse files
authored
smoke_test: 38 -> cp38 (pytorch#454)
Signed-off-by: Eli Uriegas <[email protected]>
1 parent 0214077 commit 11c8670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ py_dot="${DESIRED_PYTHON:0:3}"
5151
py_long="cp${DESIRED_PYTHON:0:1}${DESIRED_PYTHON:2:1}-cp${DESIRED_PYTHON:0:1}${DESIRED_PYTHON:2}"
5252
# TODO: I know this is the wrong way to do this translation, we should probably fix it upstream, but this is the quickest way
5353
if [[ "${py_long}" = "cp38-cp38m" ]]; then
54-
py_long="cp38-38"
54+
py_long="cp38-cp38"
5555
fi
5656

5757
# Determine package name

0 commit comments

Comments
 (0)