From 0875d05c7df6b72be31959ebb53f4a7fe3c800fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Thu, 26 Aug 2021 07:18:36 +0000 Subject: [PATCH] chore: fix pipenv step on GitPod config --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index c35c167..429b929 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -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