Skip to content

Commit c121f8b

Browse files
committed
Update stop words before attempting to install
1 parent 1c694b3 commit c121f8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: install test build release clean
22

3-
install:
3+
install: update_stop_words
44
pip install '.[dev]'
55
pip install build
66

0 commit comments

Comments
 (0)