summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2019-05-30 19:53:55 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2019-05-30 19:53:55 -0400
commit2efa190046bda7127834a32737fd0b48b09adc9c (patch)
treeda40b4da958db32021757060412ffb8b71e380db
parent5377dfe85f7d604569ff2ed8bd1685f9024791bf (diff)
downloadcryptography-goddamnit.tar.gz
-rw-r--r--.azure-pipelines/wheel-builder.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.azure-pipelines/wheel-builder.yml b/.azure-pipelines/wheel-builder.yml
index 7e7ffd0e3..3d867c7f4 100644
--- a/.azure-pipelines/wheel-builder.yml
+++ b/.azure-pipelines/wheel-builder.yml
@@ -35,6 +35,8 @@ jobs:
displayName: Create virtualenv
- script: .venv/bin/pip install -U wheel
displayName: Update wheel to the latest version
+ - script: .venv/bin/pip install -U pip==10.0.1
+ displayName: Downgrade pip lol
- script: .venv/bin/pip install cffi six asn1crypto ipaddress "enum34; python_version < '3'"
displayName: Install our Python dependencies
@@ -84,6 +86,8 @@ jobs:
steps:
- script: /opt/python/$PYTHON_VERSION/bin/python -m virtualenv .venv
displayName: Create virtualenv
+ - script: .venv/bin/pip install -U pip==10.0.1
+ displayName: Downgrade pip lol
- script: .venv/bin/pip install cffi six asn1crypto ipaddress enum34
displayName: Install our Python dependencies
- script: |
@@ -181,6 +185,8 @@ jobs:
OPENSSL_DIR: 'OpenSSL-Win64-2015'
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 asn1crypto ipaddress enum34'
displayName: Install wheel and our Python dependencies
- script: |