Skip to content

Commit

Permalink
Tests without flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrebra committed Jul 12, 2024
1 parent 4b855a5 commit 482d745
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,7 @@ jobs:
cd scripts/yolov1_package
python -m pip install --upgrade pip
pip install .
- name: Lint with flake8
run: |
cd scripts/yolov1_package
flake8 yolov1_package --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 yolov1_package --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
cd scripts/yolov1_package
Expand Down

0 comments on commit 482d745

Please sign in to comment.