Skip to content

Commit 7ce4bc7

Browse files
authored
Remove pipy validation temporarily (#1496)
1 parent dbc20b6 commit 7ce4bc7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,5 @@ 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-
7970
# Standart case: Validate binaries
8071
source ./.github/scripts/validate_binaries.sh

0 commit comments

Comments
 (0)