mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-24 16:24:16 +03:00
it's moving day
This commit is contained in:
parent
217c16c7a9
commit
d5bfebe1c5
|
@ -84,21 +84,20 @@ jobs:
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
displayName: 'Install dependencies'
|
displayName: 'Install dependencies'
|
||||||
|
|
||||||
- script: python -m pytest spacy
|
|
||||||
displayName: 'Run tests'
|
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
python setup.py build_ext --inplace
|
python setup.py build_ext --inplace
|
||||||
python setup.py sdist --formats=gztar
|
python setup.py sdist --formats=gztar
|
||||||
displayName: 'Compile and build sdist'
|
displayName: 'Compile and build sdist'
|
||||||
|
|
||||||
- task: DeleteFiles@1
|
|
||||||
inputs:
|
|
||||||
contents: 'spacy'
|
|
||||||
displayName: 'Delete source directory'
|
|
||||||
|
|
||||||
- bash: |
|
- bash: |
|
||||||
SDIST=$(python -c "import os;print(os.listdir('./dist')[-1])" 2>&1)
|
SDIST=$(python -c "import os;print(os.listdir('./dist')[-1])" 2>&1)
|
||||||
pip install dist/$SDIST
|
pip install dist/$SDIST
|
||||||
displayName: 'Install from sdist'
|
displayName: 'Install from sdist'
|
||||||
|
|
||||||
|
- script: python -m pytest spacy
|
||||||
|
displayName: 'Run tests'
|
||||||
|
|
||||||
|
- task: DeleteFiles@1
|
||||||
|
inputs:
|
||||||
|
contents: 'spacy'
|
||||||
|
displayName: 'Delete source directory'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user