Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Update lint_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aegis301 authored Dec 4, 2023
1 parent 3068bb6 commit 7c84c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with unittest
run: |
unittest discover
python -m unittest discover
- name: Coveralls
run: coveralls
env:
Expand Down

0 comments on commit 7c84c33

Please sign in to comment.