소스 검색

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 .