Skip to content

Commit 8b39596

Browse files
authored
Pypi validation enable (#1504)
1 parent f50bd85 commit 8b39596

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,14 @@ jobs:
6767
export TARGET_OS="linux"
6868
eval "$(conda shell.bash hook)"
6969
70+
# Special case PyPi installation package. And Install of PyPi package via poetry
71+
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" ]] && \
72+
([[ ${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} != "release" ]] || \
73+
[[ ${MATRIX_GPU_ARCH_VERSION} == "11.7" && ${MATRIX_CHANNEL} == "release" ]]); then
74+
source ./.github/scripts/validate_pipy.sh --runtime-error-check disabled
75+
# temporary disable poetry check
76+
# source ./.github/scripts/validate_poetry.sh --runtime-error-check disabled
77+
fi
78+
7079
# Standart case: Validate binaries
7180
source ./.github/scripts/validate_binaries.sh

0 commit comments

Comments
 (0)