Skip to content

Commit 28d9ac9

Browse files
committed
Print matrix variable
1 parent 36987e5 commit 28d9ac9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,15 @@ jobs:
5656
export TARGET_OS="linux"
5757
eval "$(conda shell.bash hook)"
5858
59+
echo "package: ${MATRIX_PACKAGE_TYPE}"
60+
echo "arch: ${MATRIX_GPU_ARCH_VERSION}"
61+
echo "channel: ${MATRIX_CHANNEL}"
62+
5963
# Special case PyPi installation package. And Install of PyPi package via poetry
6064
if [[ ${MATRIX_PACKAGE_TYPE} == "manywheel" ]] && \
6165
{[${MATRIX_GPU_ARCH_VERSION} == "12.1" && ${MATRIX_CHANNEL} != "release"] || \
6266
[${MATRIX_GPU_ARCH_VERSION} == "11.7" && ${MATRIX_CHANNEL} == "release"]}; then
67+
echo "Executing pipy and poetry tests"
6368
source ./.github/scripts/validate_pipy.sh
6469
source ./.github/scripts/validate_poetry.sh
6570
fi

0 commit comments

Comments
 (0)