From 956116c59a423db8a1960d495d633ff9bea63b05 Mon Sep 17 00:00:00 2001 From: collerek Date: Wed, 9 Jun 2021 12:19:26 +0200 Subject: [PATCH] add missing types stubs for deps --- .github/workflows/test-package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index 6895214..c66601b 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -64,7 +64,7 @@ jobs: env: DATABASE_URL: "sqlite:///testsuite" run: bash scripts/test.sh - - run: mypy --config-file mypy.ini --install-types ormar tests mypy + - run: mypy --config-file mypy.ini --install-types ormar tests - name: Upload coverage uses: codecov/codecov-action@v1 - name: Test & publish code coverage