Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 502188b

Browse files
committed
Pass --python-version to pip install (along with --only-binary=:all:)
1 parent c86bc20 commit 502188b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ def dequote(value):
159159
'install',
160160
'--prefix=',
161161
'--target=.',
162+
'--python-version={}'.format(runtime[6:]),
163+
'--only-binary=:all:',
162164
'--requirement=requirements.txt',
163165
)
164166

0 commit comments

Comments
 (0)