updated tests, formatting

This commit is contained in:
Alok Saldanha
2021-04-02 11:52:49 -04:00
parent 5c488d8d5e
commit d2d22cecaa
4 changed files with 29 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ jobs:
pip install black
- name: Run black
run: |
black -l 79 . --check
black . --check
# This job is copied over from `deploy.yaml`
run-tests:
runs-on: ubuntu-18.04