From d3b8a653189ebe8a08975f4527f3d1a95afa65c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 27 Oct 2019 17:56:35 +0100 Subject: [PATCH] It's pip3... --- .builds/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/debian.yml b/.builds/debian.yml index 967f10e..f7253dc 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -7,7 +7,7 @@ packages: - python3-pip tasks: - setup: | - pip install pipenv + pip3 install pipenv pipenv install pipenv install --dev - test: |