Try to build with pip3

This commit is contained in:
squidfunk 2018-08-05 17:30:58 +02:00
parent fd75fa8eb7
commit 717f31288c

View File

@ -39,7 +39,7 @@ cache:
# Install dependencies
install:
- npm install
- pip install --user -r requirements.txt
- pip3 install --user -r requirements.txt
# Perform build and release
script: