Forráskód Böngészése

Fix Platform build

Nikola Kotur 5 éve
szülő
commit
13a2799185
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 .