From c67579e71122f07c8d01ecc5ca9658a66796e99c Mon Sep 17 00:00:00 2001 From: Ben Welsh Date: Sun, 1 Sep 2024 13:24:26 -0400 Subject: [PATCH] Update continuous-deployment.yaml --- .github/workflows/continuous-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: