From 0588ea345d548dccbfa4252d942bef34f52d7c9c Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 2 Dec 2020 11:08:14 +0100 Subject: [PATCH] Backport PR #38228: CI: pin pip to 20.2 on numpy-dev build --- ci/deps/azure-37-numpydev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/azure-37-numpydev.yaml b/ci/deps/azure-37-numpydev.yaml index 7248b1740058f..b2009e84df12e 100644 --- a/ci/deps/azure-37-numpydev.yaml +++ b/ci/deps/azure-37-numpydev.yaml @@ -12,7 +12,7 @@ dependencies: # pandas dependencies - pytz - - pip + - pip=20.2 - pip: - cython==0.29.21 # GH#34014 - "git+git://github.com/dateutil/dateutil.git"