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 4db3d68 commit 56556d0Copy full SHA for 56556d0
.github/workflows/validate-linux-binaries.yml
@@ -88,10 +88,9 @@ jobs:
88
export TARGET_OS="linux"
89
eval "$(conda shell.bash hook)"
90
printf '%s\n' ${{ toJson(inputs.release-matrix) }} > release_matrix.json
91
- cat release_matrix.json
92
93
# Special case PyPi installation package. And Install of PyPi package via poetry
94
- if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" && ${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} == "release"]]; then
+ if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" && ${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} == "release" ]]; then
95
source ./.github/scripts/validate_pipy.sh
96
source ./.github/scripts/validate_poetry.sh
97
fi
0 commit comments