Skip to content

Commit ead57b1

Browse files
committed
Debug print of platform stuff
1 parent 7774efe commit ead57b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ echo "::group::Install a virtualenv"
1919
before_install
2020
export TEST_DEPENDS=$(python ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} -p test)
2121
echo "TEST_DEPENDS: $TEST_DEPENDS"
22+
echo "PLAT: $PLAT; uname: $(uname -m)"
2223
echo "::endgroup::"
2324

2425
echo "::group::Build wheel"

0 commit comments

Comments
 (0)