Skip to content

Commit

Permalink
chore(ci): fix typecheck
Browse files Browse the repository at this point in the history
  • Loading branch information
cole committed Jan 7, 2023
1 parent 43d5fa9 commit b1e741b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ jobs:
steps:
- install_poetry
- using_poetry:
cache_key: "typecheck-v2"
steps:
- run: $POETRY_HOME/bin/poetry install --no-interaction --no-ansi --only typecheck
- run: $POETRY_HOME/bin/poetry run mypy aiosmtplib
cache_key: "typecheck-v2"
steps:
- run: $POETRY_HOME/bin/poetry install --no-interaction --no-ansi --only typecheck
- run: $POETRY_HOME/bin/poetry run mypy aiosmtplib

security:
executor: default
Expand Down

0 comments on commit b1e741b

Please sign in to comment.