Skip to content

Commit 4c663a2

Browse files
authored
Fix pip upgrade on windows machines #5648 (#5649)
1 parent 407f708 commit 4c663a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGES/5648.misc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix pip upgrade on windows machines

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ endif
4949
.SECONDARY: $(call to-hash,$(ALLS))
5050

5151
.update-pip:
52-
@pip install -U 'pip'
52+
@python -m pip install --upgrade pip
5353

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

0 commit comments

Comments
 (0)