File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ python_code: setup.py pyproject.toml
3535 # too hard to check for.
3636 #
3737 $(eval PIP_VERSION := $(shell $(PIP ) --version 2>&1 | cut -d ' ' -f 2 | cut -d '.' -f 1) )
38- $(eval PIP_FLAGS := $(shell [ $(PIP_VERSION ) -ge 23 ] && echo "--break-system-packages") )
38+ $(eval PIP_FLAGS := $(shell [ $(PIP_VERSION ) -ge 23 ] && echo "--break-system-packages --ignore-installed ") )
3939 #
4040 # Workaround https://github.com/pgsql-io/multicorn2/issues/34, and then
4141 # re-evaluate PIP_VERSION/PIP_FLAGS.
4242 #
4343 $(PIP ) install $(PIP_FLAGS ) --upgrade ' pip>=23'
4444 $(eval PIP_VERSION := $(shell $(PIP ) --version 2>&1 | cut -d ' ' -f 2 | cut -d '.' -f 1) )
45- $(eval PIP_FLAGS := $(shell [ $(PIP_VERSION ) -ge 23 ] && echo "--break-system-packages") )
45+ $(eval PIP_FLAGS := $(shell [ $(PIP_VERSION ) -ge 23 ] && echo "--break-system-packages --ignore-installed ") )
4646 $(PIP ) install $(PIP_FLAGS ) .
4747
4848release-zip : all
You can’t perform that action at this time.
0 commit comments