That didn't work ...

This commit is contained in:
Veronica K. B. Olsen
2020-08-12 19:38:57 +02:00
parent 9fcfc38753
commit 900bde6b9d
-1
View File
@@ -21,4 +21,3 @@ jobs:
run: pip install flake8
- name: Check for Syntax Error
run: flake8 nw --count --select=E9,F63,F7,F82 --show-source --statistics
run: flake8 tests --count --select=E9,F63,F7,F82 --show-source --statistics