We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f96cea1 commit d57a513Copy full SHA for d57a513
.github/workflows/cygwin-test.yml
@@ -47,7 +47,7 @@ jobs:
47
shell: bash.exe -eo pipefail -o igncr "{0}"
48
run: |
49
set -x
50
- /usr/bin/python flake8
+ /usr/bin/python -m flake8
51
- name: Test with pytest
52
53
0 commit comments