Parcourir la source

chore: fix pipenv step on GitPod config

tags/v1.0.0
Jérôme Deuchnord il y a 2 ans
Parent
révision
0875d05c7d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .gitpod.yml

+ 1
- 1
.gitpod.yml Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer