From 404fc707ae557e33720dae311f9e623103f92140 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Wed, 21 Aug 2019 19:59:03 +0200 Subject: [PATCH] ci: pip{,3} --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 49abb41..d5215b0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,8 +10,8 @@ jobs: steps: - run: apt-get update ; apt-get install -y make git curl python3-pip - checkout - - run: make install - - run: pip install -r requirements-test.txt + - run: make install PIP_INSTALL="pip3 install" + - run: pip3 install -r requirements-test.txt - run: make coverage - codecov/upload