Skip to content

Commit 50fa863

Browse files
committed
Fix requirementx
1 parent 51084bc commit 50fa863

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install setuptools wheel twine yapf sphinx sphinx_rtd_theme
20+
pip install shapely
21+
pip install -r requirements.txt
2022
- name: Check formatting
2123
run: yapf -p -r --diff superannotate
2224
- name: Check docs

0 commit comments

Comments
 (0)