We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0214077 commit 11c8670Copy full SHA for 11c8670
smoke_test.sh
@@ -51,7 +51,7 @@ py_dot="${DESIRED_PYTHON:0:3}"
51
py_long="cp${DESIRED_PYTHON:0:1}${DESIRED_PYTHON:2:1}-cp${DESIRED_PYTHON:0:1}${DESIRED_PYTHON:2}"
52
# TODO: I know this is the wrong way to do this translation, we should probably fix it upstream, but this is the quickest way
53
if [[ "${py_long}" = "cp38-cp38m" ]]; then
54
- py_long="cp38-38"
+ py_long="cp38-cp38"
55
fi
56
57
# Determine package name
0 commit comments