From 5dfd809fbc980ff73f31f9434dfa2eb88d15138c Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Fri, 31 Jan 2020 10:46:50 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20CircleCI:=20Try=20upgrading=20pi?= =?UTF-8?q?p?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index de8bbbe..11a4289 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,6 +13,7 @@ jobs: - run: apt-get update ; apt-get install -y make git curl python3 python3-pip wget imagemagick locales - run: locale-gen "en_US.UTF-8"; update-locale LC_ALL="en_US.UTF-8" - checkout + - run: pip3 install --upgrade pip - run: make install PIP_INSTALL="pip3 install" - run: pip3 install -r requirements-test.txt - run: make coverage LC_ALL=en_US.utf8