1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2025-01-18 00:46:47 +01:00

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 dependencies
install: install:
- npm install - npm install
- pip install --user -r requirements.txt - pip3 install --user -r requirements.txt
# Perform build and release # Perform build and release
script: script: