From e59d56cfe07c8c28e48bda8861d108f253814268 Mon Sep 17 00:00:00 2001 From: Yifei Zhang Date: Tue, 5 Jul 2022 15:03:00 +1000 Subject: [PATCH] CLIP-1561: Pinned pipenv version to resolve 'NoneType' object is not callable error. --- bin/install-ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/install-ansible b/bin/install-ansible index 7b994b8..42eeb01 100755 --- a/bin/install-ansible +++ b/bin/install-ansible @@ -23,7 +23,7 @@ fi export PATH=/usr/local/bin:$PATH export PIP_DEFAULT_TIMEOUT=60 -pip3 install pipenv +pip3 install pipenv==2021.5.29 echo "Installing ansible and dependencies..." PIPENV_NOSPIN=1 PIPENV_HIDE_EMOJIS=1 pipenv sync 2>&1 | iconv -c -f utf-8 -t ascii