From 5e909bfc2451da5bac05b125516c52f510f5b673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 27 Oct 2019 18:03:28 +0100 Subject: [PATCH] added pipenv to the path --- .builds/debian.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.builds/debian.yml b/.builds/debian.yml index f7253dc..e45b1e0 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -8,6 +8,7 @@ packages: tasks: - setup: | pip3 install pipenv + PATH=$PATH:/home/build/.local/bin pipenv install pipenv install --dev - test: |