Trying to run mypy install types against current directory

This commit is contained in:
Geoff Taylor 2021-10-14 11:16:01 +01:00 committed by GitHub
parent f9de6dea5d
commit 97de934e7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
run: source .venv/bin/activate
- name: Mypy test
run: .venv/bin/mypy --install-types --non-interactive
run: .venv/bin/mypy --install-types --non-interactive .
- name: Install dependencies
run: make setup