From 7b27dcfc493ce342b670d04f57b99bf690ae96c6 Mon Sep 17 00:00:00 2001 From: Kiran Jojare Date: Thu, 18 Jul 2024 21:15:39 -0600 Subject: [PATCH] CI Workflow Update --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0eb1961..cd132d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,12 +22,6 @@ jobs: python -m pip install --upgrade pip pip install -r requirements.txt - - name: Lint with flake8 - run: | - pip install flake8 - flake8 src test --count --select=E9,F63,F7,F82 --show-source --statistics - flake8 src test --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - - name: Run tests run: | pip install coverage