ソースを参照

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 .