fix yaml syntax error

This commit is contained in:
Son NK 2019-12-23 15:37:57 +00:00
parent c00038bbad
commit 5998cd8160

View file

@ -26,6 +26,6 @@ jobs:
pip install pytest
pytest
- name: Test formatting
run: |
pip install black
black --check .
run: |
pip install black
black --check .