aboutsummaryrefslogtreecommitdiffstats
path: root/.azure-pipelines/wheel-builder.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines/wheel-builder.yml')
-rw-r--r--.azure-pipelines/wheel-builder.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.azure-pipelines/wheel-builder.yml b/.azure-pipelines/wheel-builder.yml
index edd1dd51..b3ec8ee0 100644
--- a/.azure-pipelines/wheel-builder.yml
+++ b/.azure-pipelines/wheel-builder.yml
@@ -37,7 +37,7 @@ jobs:
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'"
+ - script: .venv/bin/pip install cffi six ipaddress "enum34; python_version < '3'"
displayName: Install our Python dependencies
- script: |
@@ -106,7 +106,7 @@ jobs:
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
+ - script: .venv/bin/pip install cffi six ipaddress enum34
displayName: Install our Python dependencies
- script: |
set -e
@@ -207,7 +207,7 @@ jobs:
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'
+ - script: '"C:/Python%PYTHON_VERSION%/Scripts/pip" install wheel cffi six ipaddress enum34'
displayName: Install wheel and our Python dependencies
- script: |
set INCLUDE=C:/%OPENSSL_DIR%/include;%INCLUDE%