Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Install pip 20.2.x patch releases
Browse files Browse the repository at this point in the history
Co-authored-by: Pradyun Gedam <[email protected]>
  • Loading branch information
jwhitlock and pradyunsg authored Oct 6, 2020
1 parent 6d5a289 commit 1cc4d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker.make
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ build_libmaxmind:
build_deps: build_datamaps build_libmaxmind

build_python_deps:
$(PIP) install --upgrade pip==20.2
$(PIP) install --upgrade pip~=20.2.0
$(PIP) install --no-cache-dir --disable-pip-version-check --require-hashes \
-r requirements/default.txt --use-feature=2020-resolver
$(PIP) check --disable-pip-version-check
Expand Down

0 comments on commit 1cc4d92

Please sign in to comment.