Skip to content

Commit 9d5a905

Browse files
committed
update ci
1 parent 8f68644 commit 9d5a905

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
run: curl -sSL https://install.python-poetry.org | python3 -
1818
- name: Install dependencies
1919
run: |
20-
poetry install && mypy --install-types
20+
poetry install
2121
- name: Run linter :pylint
2222
run: |
2323
poetry run pylint tiny_web_crawler
2424
- name: Run mypy :type_checking
2525
run: |
26-
poetry run mypy tiny_web_crawler
26+
poetry run mypy --install-types --non-interactive tiny_web_crawler
2727
2828
test:
2929
needs: lint

0 commit comments

Comments
 (0)