mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Try to build with pip3
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user