From cfa326b50240c47010ebf4d59625295e81f58663 Mon Sep 17 00:00:00 2001 From: Sam Bull Date: Fri, 18 Dec 2020 18:10:41 +0000 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1cee4ef..8c7ba45 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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