diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index b6b111fe..59d0674c 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -34,7 +34,7 @@ jobs: shell: bash -l {0} working-directory: ./ run: | - pytest -m 'not needs_puf' --pycodestyle --cov=./ --cov-report=xml + pytest -m 'not needs_puf' --cov=./ --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v1 with: