Skip to content

Commit 241b5a1

Browse files
committed
Put no-build-isolation into pip build cmd
1 parent 4b176d2 commit 241b5a1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Define custom utilities
22
# Test for OSX with [ -n "$IS_MACOS" ]
33

4-
function pip_opts {
5-
echo "--no-build-isolation"
4+
function pip_wheel_cmd {
5+
local abs_wheelhouse=$1
6+
pip wheel $(pip_opts) -w $abs_wheelhouse --no-build-isolation --no-deps .
67
}
78

89
function run_tests {

0 commit comments

Comments
 (0)