mirror of https://github.com/explosion/spaCy.git
Update azure-pipelines.yml
Try to work around "conflict with the backend dependencies: wheel==0.33.1 is incompatible with wheel<0.33.0,>=0.32.0"
This commit is contained in:
parent
5bb8f123ca
commit
3d08bf9514
|
@ -55,7 +55,7 @@ jobs:
|
|||
architecture: 'x64'
|
||||
|
||||
- script: |
|
||||
python -m pip install --upgrade pip wheel
|
||||
python -m pip install --upgrade pip==18.1
|
||||
pip install -r requirements.txt
|
||||
displayName: 'Install dependencies'
|
||||
|
||||
|
|
Loading…
Reference in New Issue