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