mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-28 21:34:09 +02:00
install PyYAML
This commit is contained in:
parent
35ae69f2e1
commit
2519b78814
|
|
@ -8,7 +8,8 @@ pip install \
|
||||||
docutils \
|
docutils \
|
||||||
pygments \
|
pygments \
|
||||||
Jinja2 \
|
Jinja2 \
|
||||||
jsonschema
|
jsonschema \
|
||||||
|
PyYAML
|
||||||
|
|
||||||
(cd event-schemas/ && ./check_examples.py)
|
(cd event-schemas/ && ./check_examples.py)
|
||||||
(cd api && ./check_examples.py)
|
(cd api && ./check_examples.py)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue