Skip to content

Commit 4e30b79

Browse files
authored
Install estimate-area deps in release flow (#211)
1 parent c9f4db4 commit 4e30b79

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)