Update pythonapp.yml

This commit is contained in:
Waylon Walker 2020-02-29 11:46:30 -06:00 committed by GitHub
parent 46b945bb04
commit 03ce29d937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,10 @@ jobs:
- name: Test
run: |
kedro test
- name: Viz
run: |
pip install kedro-viz
kedro viz --save-file default-kedro157.json
- name: Docs
run: |
kedro build-docs