diff options
-rw-r--r-- | .github/workflows/cygwin-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cygwin-test.yml b/.github/workflows/cygwin-test.yml index 19b19edd..ee5867fc 100644 --- a/.github/workflows/cygwin-test.yml +++ b/.github/workflows/cygwin-test.yml @@ -47,7 +47,7 @@ jobs: shell: bash.exe -eo pipefail -o igncr "{0}" run: | set -x - /usr/bin/python flake8 + /usr/bin/python -m flake8 - name: Test with pytest shell: bash.exe -eo pipefail -o igncr "{0}" run: | |