Skip to content

Commit 0dd0254

Browse files
author
Dishy.Dev
committed
Updated pipeline to install extras
1 parent aaf25c4 commit 0dd0254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
pip install --upgrade pylint black mypy voluptuous-stubs
2828
2929
- name: Install
30-
run: python setup.py install
30+
run: pip install -e .[all]
3131

3232
- name: Run mypy
3333
run: mypy geoip2 tests

0 commit comments

Comments
 (0)