Skip to content

Commit

Permalink
Put no-build-isolation into pip build cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Nov 10, 2023
1 parent 4b176d2 commit 241b5a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config.sh
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 241b5a1

Please sign in to comment.