Remove lint step from test workflows

This commit is contained in:
Kevin Chung
2020-06-18 18:06:46 -04:00
parent 7a09aee0fa
commit 74ff3b57a2
3 changed files with 1 additions and 7 deletions

View File

@@ -43,6 +43,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r development.txt
sudo yarn install --non-interactive
- name: Test
run: |