Skip to content

Commit

Permalink
Remove pipy validation temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Aug 25, 2023
1 parent dbc20b6 commit 8da1c41
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/validate-linux-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,5 @@ jobs:
export TARGET_OS="linux"
eval "$(conda shell.bash hook)"
# Special case PyPi installation package. And Install of PyPi package via poetry
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
# temporary disable poetry check
# source ./.github/scripts/validate_poetry.sh --runtime-error-check disabled
fi
# Standart case: Validate binaries
source ./.github/scripts/validate_binaries.sh

0 comments on commit 8da1c41

Please sign in to comment.