Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AxeldeRomblay committed Jul 19, 2018
1 parent 9f919bb commit b66af94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def run(self):
failed = []

for req in requirements:
if pip._internal.main(["install", req]) == 1:
if pip.main(["install", req]) == 1:
failed.append(req)

if len(failed) > 0:
Expand Down

0 comments on commit b66af94

Please sign in to comment.