From 67fdb00211ec430f027f367c89cb5d183acd871d Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Fri, 4 Dec 2020 13:31:48 -0500 Subject: [PATCH] [change] Pin pip to 20.2.4 to avoid new dependency resolution #230 This is a temporary workaround. Related to #230 --- tasks/pip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pip.yml b/tasks/pip.yml index 79700ba4..6d290ccc 100644 --- a/tasks/pip.yml +++ b/tasks/pip.yml @@ -1,7 +1,7 @@ - name: Update pip & related tools pip: name: - - pip + - pip==20.2.4 - setuptools - wheel - attrs