From 4b0270d706985edb3ac1ac523f7352b319e67a8f Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 2 Dec 2020 09:44:45 +0100 Subject: [PATCH] CI: pin pip to 20.2 on numpy-dev build --- ci/deps/azure-38-numpydev.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/deps/azure-38-numpydev.yaml b/ci/deps/azure-38-numpydev.yaml index 274be0361c2e5..f11a3bcb28ab2 100644 --- a/ci/deps/azure-38-numpydev.yaml +++ b/ci/deps/azure-38-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"