diff --git a/.github/workflows/test-python-code.yaml b/.github/workflows/test-python-code.yaml index e4650975..3da2ba40 100644 --- a/.github/workflows/test-python-code.yaml +++ b/.github/workflows/test-python-code.yaml @@ -66,4 +66,3 @@ jobs: run: pipenv run pytest -n=auto -c=${{ inputs.pyproject-toml }} ${{ inputs.source-path }} # TODO: assert code coverage target. -