We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25896af + 6555cf8 commit edd7be4Copy full SHA for edd7be4
1 file changed
.github/workflows/lint.yml
@@ -17,12 +17,12 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v2
19
with:
20
- python-version: 3.8
+ python-version: 3.9
21
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4
+ pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4 types-requests
26
27
- name: Install
28
run: python setup.py install
0 commit comments