Skip to content

Commit

Permalink
[PR #5649/4c663a2c backport][3.8] Fix pip upgrade on windows machines #…
Browse files Browse the repository at this point in the history
…5648 (#5650)

(cherry picked from commit 4c663a2)

Co-authored-by: Slava <slovaricheg@gmail.com>
  • Loading branch information
patchback[bot] and greshilov authored Apr 26, 2021
1 parent 12645c9 commit 7914393
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/5648.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix pip upgrade on windows machines
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ endif
.SECONDARY: $(call to-hash,$(ALLS))

.update-pip:
@pip install -U 'pip'
@python -m pip install --upgrade pip

.install-cython: .update-pip $(call to-hash,requirements/cython.txt)
@pip install -r requirements/cython.txt
Expand Down

0 comments on commit 7914393

Please sign in to comment.