Skip to content

Commit

Permalink
Update continuous-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire authored Sep 1, 2024
1 parent bbb6fb0 commit c67579e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c67579e

Please sign in to comment.