We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ceb5a9 commit 897b1dfCopy full SHA for 897b1df
.github/workflows/validate-linux-binaries.yml
@@ -61,7 +61,8 @@ jobs:
61
([[ ${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} != "release" ]] || \
62
[[ ${MATRIX_GPU_ARCH_VERSION} == "11.7" && ${MATRIX_CHANNEL} == "release" ]]); then
63
source ./.github/scripts/validate_pipy.sh --runtime-error-check disabled
64
- source ./.github/scripts/validate_poetry.sh --runtime-error-check disabled
+ # temporary disable poetry check
65
+ # source ./.github/scripts/validate_poetry.sh --runtime-error-check disabled
66
fi
67
68
# Standart case: Validate binaries
0 commit comments