Skip to content

Commit d57a513

Browse files
authored
FIX: Fix flake8 command line
Got this wrong the first time through
1 parent f96cea1 commit d57a513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cygwin-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
shell: bash.exe -eo pipefail -o igncr "{0}"
4848
run: |
4949
set -x
50-
/usr/bin/python flake8
50+
/usr/bin/python -m flake8
5151
- name: Test with pytest
5252
shell: bash.exe -eo pipefail -o igncr "{0}"
5353
run: |

0 commit comments

Comments
 (0)