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 - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: '3.x' python-version: '3.9'
- name: Install Dependencies - name: Install Dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install mypy python -m pip install mypy
- name: mypy - name: mypy
run: | run: |
mypy pydualsense/ mypy pydualsense/