From b5679c3121d3ad0a54a9429dfeecdc1294b1f523 Mon Sep 17 00:00:00 2001 From: MangaBoba Date: Wed, 8 Nov 2023 19:10:50 +0300 Subject: [PATCH] fix flake8 action --- .github/workflows/unit-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-build.yml b/.github/workflows/unit-build.yml index 37f700ef4..26bb8bfd1 100644 --- a/.github/workflows/unit-build.yml +++ b/.github/workflows/unit-build.yml @@ -29,7 +29,7 @@ jobs: pip install pytest-cov - name: Run flake8 checks run: | - flake8 . --count --statistics + flake8 gefest --count --statistics - name: Test with pytest run: | pytest --cov=GEFEST -s test/