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 36987e5 commit 28d9ac9Copy full SHA for 28d9ac9
.github/workflows/validate-linux-binaries.yml
@@ -56,10 +56,15 @@ jobs:
56
export TARGET_OS="linux"
57
eval "$(conda shell.bash hook)"
58
59
+ echo "package: ${MATRIX_PACKAGE_TYPE}"
60
+ echo "arch: ${MATRIX_GPU_ARCH_VERSION}"
61
+ echo "channel: ${MATRIX_CHANNEL}"
62
+
63
# Special case PyPi installation package. And Install of PyPi package via poetry
64
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" ]] && \
65
{[${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} != "release"] || \
66
[${MATRIX_GPU_ARCH_VERSION} == "11.7" && ${MATRIX_CHANNEL} == "release"]}; then
67
+ echo "Executing pipy and poetry tests"
68
source ./.github/scripts/validate_pipy.sh
69
source ./.github/scripts/validate_poetry.sh
70
fi
0 commit comments