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