Skip to content

Commit 7b04aef

Browse files
add geojson
1 parent 060c9fb commit 7b04aef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
python -m pip install --upgrade pip
3030
python -m pip install orjson
3131
python -m pip install flake8
32+
python -m pip install geojson
3233
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3334
- name: Lint with flake8
3435
run: |

0 commit comments

Comments
 (0)