We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1a976 commit a6438e8Copy full SHA for a6438e8
1 file changed
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- pip install --upgrade pylint black mypy voluptuous-stubs
+ pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4
26
27
- name: Install
28
run: python setup.py install
0 commit comments