Skip to content

Commit 07568bb

Browse files
authored
Update pypi-test.yml
1 parent d0ca4f5 commit 07568bb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/pypi-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
schedule:
55
- cron: '0 0 * * *' # Once per day
66

7-
87
jobs:
98
build:
109

@@ -22,6 +21,7 @@ jobs:
2221
- name: Install dependencies
2322
run: |
2423
python -m pip install --upgrade pip
24+
pip install deepcut
2525
pip install pythainlp[full]
2626
python -m nltk.downloader omw-1.4
2727
- name: Test
@@ -37,4 +37,6 @@ jobs:
3737
cd $path
3838
ls
3939
cd tests
40-
python __init__.py
40+
mkdir tests
41+
mv data tests/
42+
python -m unittest discover

0 commit comments

Comments
 (0)