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