stevenleeg / geemusic

A bridge between Google Music and Amazon's Alexa
GNU General Public License v3.0
662 stars 178 forks source link

Downgrade pip to support a bug in Flask-Ask #249

Closed mikeage closed 6 years ago

mikeage commented 6 years ago

The latest released version of Flask-Ask has an issue when using pip >=

  1. (https://github.com/johnwheeler/flask-ask/pull/231). As the docker base image now includes a newer pip, we need to first downgrade pip before starting the installation of flask-ask
mikeage commented 6 years ago

Note that the travis build is broken due to missing environment variables, not due to anything in this PR