Skip to content

Commit

Permalink
- Dockerfile/Travis: fixed version of pip to 20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed May 6, 2020
1 parent 75dc105 commit 6cad59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install:
- sudo apt-get install -y python3-pil python3-lxml python3-pyproj python3-shapely python3-nose python3-httplib2 python3-httplib2 gettext
- sudo apt-get install -y python3-dev libxml2 libxml2-dev libxslt1-dev zlib1g-dev libjpeg-dev libpq-dev libgdal-dev git default-jdk
# - pip install pygdal==`gdal-config --version`
- pip install pip --upgrade
- pip install pip==20.1
- pip install django==2.2.9
- pip install celery==4.4.0
- pip install GeoNode --upgrade --no-deps --no-cache-dir --ignore-requires-python
Expand Down

0 comments on commit 6cad59a

Please sign in to comment.