From cc42f2aed46bd6f18176968d3f6770135d6a19b2 Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Tue, 9 Jun 2020 16:58:34 -0700 Subject: [PATCH] smoke_test: 38 -> cp38 Signed-off-by: Eli Uriegas --- smoke_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smoke_test.sh b/smoke_test.sh index 420197301..8e3414f7b 100755 --- a/smoke_test.sh +++ b/smoke_test.sh @@ -51,7 +51,7 @@ py_dot="${DESIRED_PYTHON:0:3}" py_long="cp${DESIRED_PYTHON:0:1}${DESIRED_PYTHON:2:1}-cp${DESIRED_PYTHON:0:1}${DESIRED_PYTHON:2}" # TODO: I know this is the wrong way to do this translation, we should probably fix it upstream, but this is the quickest way if [[ "${py_long}" = "cp38-cp38m" ]]; then - py_long="cp38-38" + py_long="cp38-cp38" fi # Determine package name