diff --git a/.github/workflows/continuous-deployment.yaml b/.github/workflows/continuous-deployment.yaml index 4a90da9..cf8ad05 100644 --- a/.github/workflows/continuous-deployment.yaml +++ b/.github/workflows/continuous-deployment.yaml @@ -65,7 +65,7 @@ jobs: - id: mypy name: Run mypy - run: pipenv run mypy ./ --ignore-missing-imports --verbose + run: pipenv run mypy ./ --ignore-missing-imports shell: bash test-python: