Skip to content

Commit

Permalink
CI Workflow Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Jojare committed Jul 19, 2024
1 parent d5bdb3a commit 7b27dcf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b27dcf

Please sign in to comment.