瀏覽代碼

Fix Platform build

Nikola Kotur 5 年之前
父節點
當前提交
13a2799185
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .platform.app.yaml

+ 1 - 0
.platform.app.yaml

@@ -4,6 +4,7 @@ type: "python:3.6"
 
 hooks:
   build: |
+    pip install --upgrade pip
     pip install -r requirements.txt
     pip install -e .