Skip to content

Commit 8073473

Browse files
committed
test
1 parent 28d9ac9 commit 8073473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/validate-linux-binaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
6363
# Special case PyPi installation package. And Install of PyPi package via poetry
6464
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" ]] && \
65-
{[${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} != "release"] || \
66-
[${MATRIX_GPU_ARCH_VERSION} == "11.7" && ${MATRIX_CHANNEL} == "release"]}; then
65+
{[[ ${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} != "release"]] || \
66+
[[ ${MATRIX_GPU_ARCH_VERSION} == "11.7" && ${MATRIX_CHANNEL} == "release"]]}; then
6767
echo "Executing pipy and poetry tests"
6868
source ./.github/scripts/validate_pipy.sh
6969
source ./.github/scripts/validate_poetry.sh

0 commit comments

Comments
 (0)