From 29c68383c3f0d0d6352572cc2c4749a0c40fbfea Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 23 Sep 2019 06:42:41 -0400 Subject: [PATCH] max sub --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3d1ec71..ef89ec2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,6 +18,7 @@ jobs: - run: name: $ pipenv install… command: | + export PIPENV_MAX_SUBPROCESS=128 pipenv install --dev --system --deploy - run: name: $ bake //ci