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 7774efe commit ead57b1Copy full SHA for ead57b1
.github/workflows/build.sh
@@ -19,6 +19,7 @@ echo "::group::Install a virtualenv"
19
before_install
20
export TEST_DEPENDS=$(python ./print_deps.py ${MB_PYTHON_VERSION} ${REPO_DIR} -p test)
21
echo "TEST_DEPENDS: $TEST_DEPENDS"
22
+ echo "PLAT: $PLAT; uname: $(uname -m)"
23
echo "::endgroup::"
24
25
echo "::group::Build wheel"
0 commit comments