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:
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…
Reference in New Issue
Block a user