We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c521c commit 2c3b10bCopy full SHA for 2c3b10b
.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 types-maxminddb
26
27
- name: Install
28
run: python setup.py install
0 commit comments