mirror of https://github.com/explosion/spaCy.git
Fix yml
This commit is contained in:
parent
ff24b6d04a
commit
6304c5e146
|
@ -1,9 +1,10 @@
|
||||||
steps:
|
steps:
|
||||||
- command: "$HOME/.local/bin/fab env clean make test"
|
-
|
||||||
label: ":dizzy: :python:"
|
command: "$HOME/.local/bin/fab env clean make test"
|
||||||
artifact_paths: "dist/*.tar.gz"
|
label: ":dizzy: :python:"
|
||||||
|
artifact_paths: "dist/*.tar.gz"
|
||||||
- wait
|
- wait
|
||||||
- trigger "spacy-sdist-against-models"
|
- trigger: "spacy-sdist-against-models"
|
||||||
label: ":spacy: :build:"
|
label: ":spacy: :build:"
|
||||||
env:
|
env:
|
||||||
SPACY_VERSION: "{$SPACY_VERSION}"
|
SPACY_VERSION: "{$SPACY_VERSION}"
|
||||||
|
|
Loading…
Reference in New Issue