From f5e4b05f64eddcd4cbb46f2ca59717b05b5e917e Mon Sep 17 00:00:00 2001 From: atalman Date: Fri, 25 Aug 2023 11:03:16 -0700 Subject: [PATCH] Remove pipy validation temporarily --- .github/workflows/validate-linux-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate-linux-binaries.yml b/.github/workflows/validate-linux-binaries.yml index 937f0e95f..088e4dec8 100644 --- a/.github/workflows/validate-linux-binaries.yml +++ b/.github/workflows/validate-linux-binaries.yml @@ -71,7 +71,7 @@ jobs: if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" ]] && \ ([[ ${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} != "release" ]] || \ [[ ${MATRIX_GPU_ARCH_VERSION} == "11.7" && ${MATRIX_CHANNEL} == "release" ]]); then - source ./.github/scripts/validate_pipy.sh --runtime-error-check disabled + # source ./.github/scripts/validate_pipy.sh --runtime-error-check disabled # temporary disable poetry check # source ./.github/scripts/validate_poetry.sh --runtime-error-check disabled fi