summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-10-20 22:29:24 +0800
committerAlex Gaynor <alex.gaynor@gmail.com>2019-10-20 10:29:24 -0400
commit22c89ea3891ab5926400f0d9d3af42357b5a540b (patch)
treeee235fbb413c740ef88e8743901de2ce90d9dd7c
parent92fd05271fa95b0f118866ccd374cd355fcc1baf (diff)
downloadpy-bcrypt-git-22c89ea3891ab5926400f0d9d3af42357b5a540b.tar.gz
don't downgrade pip on windows wheel building (#190)
-rw-r--r--.azure-pipelines/wheel-builder.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.azure-pipelines/wheel-builder.yml b/.azure-pipelines/wheel-builder.yml
index c2057bb..babb7d3 100644
--- a/.azure-pipelines/wheel-builder.yml
+++ b/.azure-pipelines/wheel-builder.yml
@@ -152,8 +152,6 @@ jobs:
PYTHON_VERSION: '38'
WINDOWS_ARCH: 'x86_64'
steps:
- - script: '"C:/Python%PYTHON_VERSION%/python.exe" -m pip install -U pip==10.0.1'
- displayName: Downgrade pip lol
- script: '"C:/Python%PYTHON_VERSION%/Scripts/pip" install wheel cffi six'
displayName: Install wheel and our Python dependencies
- script: |