Skip to content

Commit f14fc0e

Browse files
committed
Only run test-manylinux.sh if docker is available
1 parent 8c4b40a commit f14fc0e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tools/test-wheels.sh

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ echo "##################################"
3636
echo "# Smoke testing locally"
3737
tools/smoketest.sh "$wheeldir"
3838

39-
echo "# Smoke testing on many linux distros"
40-
tools/test-manylinux.sh "$wheeldir"
39+
if which docker ; then
40+
echo "# Smoke testing on many linux distros"
41+
tools/test-manylinux.sh "$wheeldir"
42+
else
43+
echo "# Not smoke-testing on many linux distros: docker not available"
44+
fi
4145

4246
echo "##################################"
4347
echo "#### Tests passed for ####"

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy