diff --git a/.github/workflows/run-api-tests.yml b/.github/workflows/run-api-tests.yml index 353cfdf..1a0e67a 100644 --- a/.github/workflows/run-api-tests.yml +++ b/.github/workflows/run-api-tests.yml @@ -33,7 +33,5 @@ jobs: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Unit Testing with pytest - env: - # add environment variables for tests run: | pytest