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 8c4b40a commit f14fc0eCopy full SHA for f14fc0e
tools/test-wheels.sh
@@ -36,8 +36,12 @@ echo "##################################"
36
echo "# Smoke testing locally"
37
tools/smoketest.sh "$wheeldir"
38
39
-echo "# Smoke testing on many linux distros"
40
-tools/test-manylinux.sh "$wheeldir"
+if which docker ; then
+ 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
45
46
echo "##################################"
47
echo "#### Tests passed for ####"
0 commit comments