mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 00:46:28 +03:00
CI: Install with two parallel build jobs (#11111)
This commit is contained in:
parent
3701039c1f
commit
5cb6f1ae51
2
.github/azure-steps.yml
vendored
2
.github/azure-steps.yml
vendored
|
@ -40,7 +40,7 @@ steps:
|
|||
|
||||
- bash: |
|
||||
${{ parameters.prefix }} SDIST=$(python -c "import os;print(os.listdir('./dist')[-1])" 2>&1)
|
||||
${{ parameters.prefix }} python -m pip install dist/$SDIST
|
||||
${{ parameters.prefix }} SPACY_NUM_BUILD_JOBS=2 python -m pip install dist/$SDIST
|
||||
displayName: "Install from sdist"
|
||||
|
||||
- script: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user