Update ci.yaml

This commit is contained in:
Sam Bull 2020-12-18 18:10:41 +00:00 committed by GitHub
parent 3836f750bc
commit cfa326b502
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -3,15 +3,6 @@ name: Test tesla_api
on: pull_request
jobs:
mypy:
name: Check annotations with Mypy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- run: pip install aiohttp mypy
- run: mypy
test:
name: Tests
runs-on: ubuntu-latest