Commit fd3565f7 authored by mattip's avatar mattip
Browse files

fix for macOS

parent 54cd2f39
......@@ -31,6 +31,7 @@ if [ -n "$TEST_BUILDS" ]; then
# Will be set automatically by docker call in build_multilinux below.
PYTHON_VERSION=${MB_PYTHON_VERSION}
source tests/test_library_builders.sh
source tests/config.sh
elif [ ! -x "$(command -v docker)" ]; then
echo "Skipping build tests; no docker available"
else
......@@ -42,9 +43,9 @@ if [ -n "$TEST_BUILDS" ]; then
source tests/test_library_builders.sh
"
build_multilinux $my_plat "pip install simplejson"
CONFIG_PATH=tests/config.sh
fi
build_index_wheel simplejson
CONFIG_PATH=tests/config.sh
install_run $PLAT
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment