From d710bf2f325d3dd576aec93c3d7ccc58e8ea14a1 Mon Sep 17 00:00:00 2001 From: atalman Date: Wed, 23 Aug 2023 09:43:49 -0700 Subject: [PATCH] Temporary disable poetry test --- .github/workflows/validate-linux-binaries.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-linux-binaries.yml b/.github/workflows/validate-linux-binaries.yml index e33d89fb6..13d980488 100644 --- a/.github/workflows/validate-linux-binaries.yml +++ b/.github/workflows/validate-linux-binaries.yml @@ -61,7 +61,8 @@ jobs: ([[ ${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_poetry.sh --runtime-error-check disabled + # temporary disable poetry check + # source ./.github/scripts/validate_poetry.sh --runtime-error-check disabled fi # Standart case: Validate binaries