diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 450d876..96e8944 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,5 +21,4 @@ jobs: pip install -r requirements.txt - name: Test with pytest run: | - python -m pytest -o log_cli=true -s -vv --cov -s \ No newline at end of file + python -m pytest -o log_cli=true -s -vv --cov \ No newline at end of file