Skip to content

Commit

Permalink
Fix pip upgrade on windows machines #5648
Browse files Browse the repository at this point in the history
  • Loading branch information
greshilov committed Apr 26, 2021
1 parent 1a4126a commit e86b59a
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 e86b59a

Please sign in to comment.