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 aaf25c4 commit 0dd0254Copy full SHA for 0dd0254
.github/workflows/lint.yml
@@ -27,7 +27,7 @@ jobs:
27
pip install --upgrade pylint black mypy voluptuous-stubs
28
29
- name: Install
30
- run: python setup.py install
+ run: pip install -e .[all]
31
32
- name: Run mypy
33
run: mypy geoip2 tests
0 commit comments