Sfoglia il codice sorgente

chore: fix pipenv step on GitPod config

tags/v1.0.0
Jérôme Deuchnord 2 anni fa
parent
commit
0875d05c7d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      .gitpod.yml

+ 1
- 1
.gitpod.yml Vedi File

@@ -8,4 +8,4 @@ vscode:

tasks:
- before: pip install -U pip pipenv
init: pipenv sync --dev --pre
init: pipenv lock --pre && pipenv sync --dev --pre

Caricamento…
Annulla
Salva