mirror of https://github.com/explosion/spaCy.git
Add comment on CI strategy [ci skip]
This commit is contained in:
parent
e9b0963827
commit
fd640afcd8
|
@ -34,6 +34,7 @@ jobs:
|
||||||
dependsOn: "Validate"
|
dependsOn: "Validate"
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
# We're only running one platform per Python version to speed up builds
|
||||||
Python36Linux:
|
Python36Linux:
|
||||||
imageName: "ubuntu-16.04"
|
imageName: "ubuntu-16.04"
|
||||||
python.version: "3.6"
|
python.version: "3.6"
|
||||||
|
|
Loading…
Reference in New Issue