Skip to content

Commit

Permalink
Fix pip reinstallation on windows due to constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
greshilov committed May 17, 2022
1 parent 08ca779 commit 3856480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ compile-deps: .update-pip $(REQS)

.PHONY: install
install: .update-pip
@pip install -r requirements/dev.txt -c requirements/constraints.txt
@python -m pip install -r requirements/dev.txt -c requirements/constraints.txt

.PHONY: install-dev
install-dev: .develop

0 comments on commit 3856480

Please sign in to comment.