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 4ace79f commit ab520d4Copy full SHA for ab520d4
build.sh
@@ -106,7 +106,7 @@ else
106
exit 1
107
fi
108
109
-docker run --rm -v $(pwd)/tests:/tests:ro quay.io/pypa/${POLICY}_${PLATFORM}:${COMMIT_SHA} /tests/run_tests.sh
+#docker run --rm -v $(pwd)/tests:/tests:ro quay.io/pypa/${POLICY}_${PLATFORM}:${COMMIT_SHA} /tests/run_tests.sh
110
111
if [ ${USE_LOCAL_CACHE} -ne 0 ]; then
112
if [ -d $(pwd)/.buildx-cache-${POLICY}_${PLATFORM} ]; then
0 commit comments