Skip to content

Commit 56556d0

Browse files
authored
Validate pypi build only for release (#1624)
1 parent 4db3d68 commit 56556d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,9 @@ jobs:
8888
export TARGET_OS="linux"
8989
eval "$(conda shell.bash hook)"
9090
printf '%s\n' ${{ toJson(inputs.release-matrix) }} > release_matrix.json
91-
cat release_matrix.json
9291
9392
# Special case PyPi installation package. And Install of PyPi package via poetry
94-
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" && ${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} == "release"]]; then
93+
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" && ${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} == "release" ]]; then
9594
source ./.github/scripts/validate_pipy.sh
9695
source ./.github/scripts/validate_poetry.sh
9796
fi

0 commit comments

Comments
 (0)