diff --git a/config.sh b/config.sh index 1047510..6e66d7d 100644 --- a/config.sh +++ b/config.sh @@ -1,8 +1,9 @@ # Define custom utilities # Test for OSX with [ -n "$IS_MACOS" ] -function pip_opts { - echo "--no-build-isolation" +function pip_wheel_cmd { + local abs_wheelhouse=$1 + pip wheel $(pip_opts) -w $abs_wheelhouse --no-build-isolation --no-deps . } function run_tests {