Skip to content

Commit 8064113

Browse files
add make install test
1 parent deafbe3 commit 8064113

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
with:
6666
path: |
6767
.venv
68-
key: ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/base.txt', 'requirements/test.txt') }}
68+
key: ci-venv-${{ env.PIPELINE_FAMILY }}-${{ hashFiles('requirements/base.txt') }}
6969
- name: Run core tests
7070
run: |
7171
source .venv/bin/activate
@@ -75,6 +75,7 @@ jobs:
7575
sudo apt-get install -y tesseract-ocr tesseract-ocr-kor
7676
tesseract --version
7777
make install-nltk-models
78+
make install-test
7879
make test
7980
make check-coverage
8081

0 commit comments

Comments
 (0)