Update python-mypy.yml
This commit is contained in:
4
.github/workflows/python-mypy.yml
vendored
4
.github/workflows/python-mypy.yml
vendored
@@ -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/
|
Reference in New Issue
Block a user