Skip to content

Commit

Permalink
ensure latest pip for now
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Jul 16, 2019
1 parent 1fc2b64 commit 5ddac6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testing/test_pip_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ def create(cls, path):

self = cls(path)
self.do("bin/pip install wheel -e {setuptools_scm}".format(setuptools_scm=ROOT))
self.do("bin/pip install -U pip")
return self

def do(self, cmd):
Expand Down

0 comments on commit 5ddac6f

Please sign in to comment.