Update python-mypy.yml

This commit is contained in:
Florian K
2021-01-01 23:41:15 +01:00
committed by GitHub
parent ff01788c89
commit 1e0b23da41

View File

@@ -11,11 +11,11 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.9'
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install mypy
python -m pip install mypy
- name: mypy
run: |
mypy pydualsense/
mypy pydualsense/