Skip to content

Commit

Permalink
remove deprecated pip flag --process-dependency-links
Browse files Browse the repository at this point in the history
  • Loading branch information
johan-bjareholt committed Feb 9, 2019
1 parent 8259d95 commit 128388a
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
@@ -1,6 +1,6 @@
.PHONY: build install test test-integration typecheck package clean

pip_install_args := . --upgrade --process-dependency-links
pip_install_args := . --upgrade

ifdef DEV
pip_install_args += --editable
Expand Down

0 comments on commit 128388a

Please sign in to comment.