Remove --only-binary from CI

This commit is contained in:
Adriane Boyd 2020-11-26 09:28:03 +01:00
parent 5b8fdc05bb
commit 854310c220

View File

@ -110,7 +110,7 @@ jobs:
- bash: |
SDIST=$(python -c "import os;print(os.listdir('./dist')[-1])" 2>&1)
pip install dist/$SDIST --only-binary :all:
pip install dist/$SDIST
displayName: 'Install from sdist'
- script: |