Skip to content

Commit 8597520

Browse files
authored
Merge pull request #574 from mrakitin/workaround_pip-19.0.1_issues
FIX: a temporary workaround for pip-19.0.1 issues
2 parents 0adb11f + 38422f1 commit 8597520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo2docker/buildpacks/python/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ def get_assemble_scripts(self):
6363
if os.path.exists(requirements_file):
6464
assemble_scripts.append((
6565
'${NB_USER}',
66+
'pip install "pip<19" && ' + \
6667
'{} install --no-cache-dir -r "{}"'.format(pip, requirements_file)
6768
))
6869

0 commit comments

Comments
 (0)