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:
parent
fd75fa8eb7
commit
717f31288c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user