Skip to content

Commit

Permalink
fix flake8 action
Browse files Browse the repository at this point in the history
  • Loading branch information
MangaBoba committed Nov 8, 2023
1 parent 9d41d61 commit b5679c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit b5679c3

Please sign in to comment.