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 51084bc commit 50fa863Copy full SHA for 50fa863
.github/workflows/checks.yml
@@ -17,6 +17,8 @@ jobs:
17
run: |
18
python -m pip install --upgrade pip
19
pip install setuptools wheel twine yapf sphinx sphinx_rtd_theme
20
+ pip install shapely
21
+ pip install -r requirements.txt
22
- name: Check formatting
23
run: yapf -p -r --diff superannotate
24
- name: Check docs
0 commit comments