Commit 39703a5c41399ea7d2b394f08964bcc0e60217af

Authored by Antonio Terceiro
1 parent 8d7696d8

Provide a newer pip required by colab

Showing 2 changed files with 1 additions and 0 deletions   Show diff stats
@@ -7,6 +7,7 @@ all: @@ -7,6 +7,7 @@ all:
7 rm -rf ./build 7 rm -rf ./build
8 virtualenv ./build 8 virtualenv ./build
9 ./build/bin/pip install --no-index --find-links=$(CURDIR) -r requirements.txt 9 ./build/bin/pip install --no-index --find-links=$(CURDIR) -r requirements.txt
  10 + ./build/bin/pip install pip-1.5.6.tar.gz
10 virtualenv --relocatable ./build 11 virtualenv --relocatable ./build
11 12
12 clean: 13 clean:
pip-1.5.6.tar.gz 0 → 100644
No preview for this file type