File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 - uses : " actions/checkout@v2"
1919 - uses : " actions/setup-python@v1"
2020 with :
21- python-version : " 3.8 "
21+ python-version : " 3.9 "
2222 - run : python3 -m pip install black
2323 - run : black .
2424
2929 - uses : " actions/checkout@v2"
3030 - uses : " actions/setup-python@v1"
3131 with :
32- python-version : " 3.8 "
32+ python-version : " 3.9 "
3333 - run : python3 -m pip install -r tests/requirements_test.txt
3434 - run : pytest --cov=custom_components
3535
4040 - uses : " actions/checkout@v2"
4141 - uses : " actions/setup-python@v1"
4242 with :
43- python-version : " 3.8 "
43+ python-version : " 3.9 "
4444 - run : python3 -m pip install -r tests/requirements_test.txt
4545 - run : pylint custom_components/pyscript/*.py tests/*.py
4646
5151 - uses : " actions/checkout@v2"
5252 - uses : " actions/setup-python@v1"
5353 with :
54- python-version : " 3.8 "
54+ python-version : " 3.9 "
5555 - run : python3 -m pip install -r tests/requirements_test.txt
5656 - run : mypy custom_components/pyscript/*.py tests/*.py
You can’t perform that action at this time.
0 commit comments