From b8db9ba0d97f361f211ec82607cf8dfd9d8361f2 Mon Sep 17 00:00:00 2001 From: kartikdutt18 Date: Sat, 7 Mar 2020 13:09:42 +0530 Subject: [PATCH] Removed setuptools ver --- .ci/linux-steps.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.ci/linux-steps.yaml b/.ci/linux-steps.yaml index cb18af61ba..e187898fcb 100644 --- a/.ci/linux-steps.yaml +++ b/.ci/linux-steps.yaml @@ -26,6 +26,7 @@ steps: if [ '$(python.version)' == '2.7' ]; then sudo apt-get install -y --allow-unauthenticated python-pip cython python-numpy python-pandas sudo pip install --upgrade --ignore-installed setuptools cython + sudo pip install "zipp<3.1" fi if [ '$(python.version)' == '3.7' ]; then