Skip to content

Commit e66cbb3

Browse files
run make install in gha
1 parent 42b7cdd commit e66cbb3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ jobs:
7474
sudo add-apt-repository -y ppa:alex-p/tesseract-ocr5
7575
sudo apt-get install -y tesseract-ocr tesseract-ocr-kor
7676
tesseract --version
77-
make install-nltk-models
78-
make install-test
77+
make install
7978
make test
8079
make check-coverage
8180

0 commit comments

Comments
 (0)