Skip to content

Commit a1b1afa

Browse files
tanmayv25jbkyang-nvi
authored andcommitted
Fix L0_sdk (#6387)
1 parent 987d2fd commit a1b1afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/L0_sdk/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ fi
155155
# Check wheels, note that even TRITON_VERSION is passed as version field for
156156
# wheel generation. The version number will be normalized by setuptools, so
157157
# we need to replace the text here as well to match the normalized version.
158-
WHLVERSION=`cat /workspace/TRITON_VERSION | sed 's/dev\./\.dev/'`
158+
WHLVERSION=`cat /workspace/TRITON_VERSION | sed 's/dev/\.dev0/'`
159159
if [[ "aarch64" != $(uname -m) ]] ; then
160160
WHLS="tritonclient-${WHLVERSION}-py3-none-any.whl \
161161
tritonclient-${WHLVERSION}-py3-none-manylinux1_x86_64.whl"

0 commit comments

Comments
 (0)