Skip to content
Snippets Groups Projects
Commit 997ce5d4ec4f authored by Paul Kehrer's avatar Paul Kehrer
Browse files

don't downgrade pip on windows wheel building (#190)

parent c20c4fc922ae
No related branches found
No related tags found
No related merge requests found
...@@ -152,8 +152,6 @@ ...@@ -152,8 +152,6 @@
PYTHON_VERSION: '38' PYTHON_VERSION: '38'
WINDOWS_ARCH: 'x86_64' WINDOWS_ARCH: 'x86_64'
steps: 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' - script: '"C:/Python%PYTHON_VERSION%/Scripts/pip" install wheel cffi six'
displayName: Install wheel and our Python dependencies displayName: Install wheel and our Python dependencies
- script: | - script: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment