From d57a513791cd3a673b5bd7621809dd29bfc54321 Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Fri, 10 Jun 2022 21:14:53 -0400 Subject: FIX: Fix flake8 command line Got this wrong the first time through --- .github/workflows/cygwin-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') 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: | -- cgit v1.2.1