From 508834f7ea5d90c9461ad34c743c5974137cd5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Sun, 27 Oct 2019 17:35:54 +0100 Subject: [PATCH] Added pip to the packages for the build. --- .builds/debian.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.builds/debian.yml b/.builds/debian.yml index bc0150b..b35c991 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -1,6 +1,8 @@ image: debian/sid sources: - https://git.sr.ht/~cedric/Stegano +packages: + - pip tasks: - setup: | pip install pipenv