Skip to content

Commit 897b1df

Browse files
authored
Temporary disable poetry test (#1492)
1 parent 0ceb5a9 commit 897b1df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
([[ ${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} != "release" ]] || \
6262
[[ ${MATRIX_GPU_ARCH_VERSION} == "11.7" && ${MATRIX_CHANNEL} == "release" ]]); then
6363
source ./.github/scripts/validate_pipy.sh --runtime-error-check disabled
64-
source ./.github/scripts/validate_poetry.sh --runtime-error-check disabled
64+
# temporary disable poetry check
65+
# source ./.github/scripts/validate_poetry.sh --runtime-error-check disabled
6566
fi
6667
6768
# Standart case: Validate binaries

0 commit comments

Comments
 (0)