mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-12 17:40:34 +03:00
Remove --only-binary from CI
This commit is contained in:
parent
5b8fdc05bb
commit
854310c220
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user