Browse Source

Fix Platform build

Nikola Kotur 5 năm trước cách đây
mục cha
commit
13a2799185
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 .