Skip to content

Commit ab520d4

Browse files
committed
skip tests to enable caching
1 parent 4ace79f commit ab520d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ else
106106
exit 1
107107
fi
108108

109-
docker run --rm -v $(pwd)/tests:/tests:ro quay.io/pypa/${POLICY}_${PLATFORM}:${COMMIT_SHA} /tests/run_tests.sh
109+
#docker run --rm -v $(pwd)/tests:/tests:ro quay.io/pypa/${POLICY}_${PLATFORM}:${COMMIT_SHA} /tests/run_tests.sh
110110

111111
if [ ${USE_LOCAL_CACHE} -ne 0 ]; then
112112
if [ -d $(pwd)/.buildx-cache-${POLICY}_${PLATFORM} ]; then

0 commit comments

Comments
 (0)