Skip to content

Commit dbc20b6

Browse files
authored
Remove pipy validation temporarily (#1495)
1 parent 63e0dab commit dbc20b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" ]] && \
7272
([[ ${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} != "release" ]] || \
7373
[[ ${MATRIX_GPU_ARCH_VERSION} == "11.7" && ${MATRIX_CHANNEL} == "release" ]]); then
74-
source ./.github/scripts/validate_pipy.sh --runtime-error-check disabled
74+
# source ./.github/scripts/validate_pipy.sh --runtime-error-check disabled
7575
# temporary disable poetry check
7676
# source ./.github/scripts/validate_poetry.sh --runtime-error-check disabled
7777
fi

0 commit comments

Comments
 (0)