From 91ffed11c270c295a93b3e7d0b94a69b4657a917 Mon Sep 17 00:00:00 2001 From: Jakub Bednar Date: Tue, 23 Jun 2020 09:36:39 +0200 Subject: [PATCH] fix: build on CircleCI --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9af67038..f89a8cea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,6 @@ commands: - run: command: | # use pipenv to install dependencies sudo pip install pipenv - pipenv install - run: name: "Running tests" command: ./scripts/ci-test.sh