mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
Added submodule update
This commit is contained in:
parent
945bdada0c
commit
00b7a06f09
|
@ -27,9 +27,12 @@ environment:
|
|||
|
||||
|
||||
install:
|
||||
# Checking submodule(s) out
|
||||
- git submodule update --init --recursive
|
||||
# Install Python (from the official .msi of http://python.org) and pip when
|
||||
# not already installed.
|
||||
- ps: if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 -python -pip -stdint }
|
||||
- ps: if (-not(Test-Path($env:PYTHON))) { & appveyor\install.ps1 -python -pip }
|
||||
- ps: appveyor\install.ps1 -stdint
|
||||
|
||||
# Prepend newly installed Python to the PATH of this build (this cannot be
|
||||
# done from inside the powershell script as it would require to restart
|
||||
|
|
Loading…
Reference in New Issue
Block a user