Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Add --prefer-binary to the pip flags (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored and stefanv committed Feb 6, 2019
1 parent 7db3ddc commit 8c16a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function pre_build {

function pip_opts {
# Define extra pip arguments
echo "--find-links $EXTRA_WHEELS_URL"
echo "--prefer-binary --find-links $EXTRA_WHEELS_URL"
}

function build_wheel {
Expand Down

0 comments on commit 8c16a13

Please sign in to comment.