test: run mypy in test-src not in GH actions

This commit is contained in:
Simon de Vlieger 2022-08-17 11:39:04 +02:00
parent e330e82cf0
commit 5cb2da55f1
3 changed files with 29 additions and 12 deletions

View file

@ -74,15 +74,3 @@ jobs:
-k autopep8 \
--rootdir=. \
-v
mypy:
name: "Mypy check"
runs-on: ubuntu-latest
steps:
- name: Clone repo
uses: actions/checkout@v2
- name: Check files with mypy
run: |
sudo apt install python3-pip -y
sudo pip install mypy types-pyyaml jsonschema mako
mypy osbuild