Sfoglia il codice sorgente

Fix Platform build

Nikola Kotur 5 anni fa
parent
commit
13a2799185
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 .