Skip to content

Commit

Permalink
Remove pipy validation temporarily (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Aug 25, 2023
1 parent 63e0dab commit dbc20b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbc20b6

Please sign in to comment.