Skip to content

Commit b1e741b

Browse files
committed
chore(ci): fix typecheck
1 parent 43d5fa9 commit b1e741b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ jobs:
197197
steps:
198198
- install_poetry
199199
- using_poetry:
200-
cache_key: "typecheck-v2"
201-
steps:
202-
- run: $POETRY_HOME/bin/poetry install --no-interaction --no-ansi --only typecheck
203-
- run: $POETRY_HOME/bin/poetry run mypy aiosmtplib
200+
cache_key: "typecheck-v2"
201+
steps:
202+
- run: $POETRY_HOME/bin/poetry install --no-interaction --no-ansi --only typecheck
203+
- run: $POETRY_HOME/bin/poetry run mypy aiosmtplib
204204

205205
security:
206206
executor: default

0 commit comments

Comments
 (0)