Skip to content

Commit 97fc4f4

Browse files
committed
Install supermercado test dep in release-test
1 parent a14a232 commit 97fc4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
source venv/bin/activate
2222
pip install dist/*.tar.gz
2323
pip install dist/*.whl
24-
pip install -e .[test]
24+
pip install -e .[test,estimate-area]
2525
pytest
2626
2727
release:

0 commit comments

Comments
 (0)