Skip to content

Commit 4846785

Browse files
authored
Update checks_and_dev_deploy.yml
1 parent ec545a1 commit 4846785

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/checks_and_dev_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
pip install setuptools wheel twine yapf sphinx sphinx_rtd_theme
2020
pip install shapely
2121
pip install -r requirements.txt
22+
pip install -r requirements_prod.txt
2223
- name: Check formatting
2324
run: yapf -p -r --diff superannotate
2425
- name: Check docs

0 commit comments

Comments
 (0)