From f5913d8808e1de1620764328dfa34f8126936cc2 Mon Sep 17 00:00:00 2001 From: Michael Thornton Date: Fri, 8 Dec 2023 12:51:54 -0800 Subject: [PATCH] fix flake8 command --- .github/workflows/blt.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/blt.yml b/.github/workflows/blt.yml index c1460c4b..d11d7606 100644 --- a/.github/workflows/blt.yml +++ b/.github/workflows/blt.yml @@ -30,8 +30,7 @@ jobs: poetry install - name: Lint with flake8 run: | - poetry run flake8 nmdc_automation --exit-zero --format=html --htmldir ./reports/flake8 --statistics \ - --tee --output-file flake8stats.txt + poetry run flake8 nmdc_automation --exit-zero --statistics --tee --output-file flake8stats.txt - name: Test with pytest run: | poetry run pytest ./tests --junit-xml=pytest.xml --cov-report=term \