Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit d15e7c5

Browse files
committed
fix: CI
1 parent 92e8533 commit d15e7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/model_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies with pip
2121
run: |
2222
python -m pip install -U pip
23-
pip install aovec
23+
pip install .
2424
- name: Set up neologd
2525
run: |
2626
git clone --depth 1 https://github.com/neologd/mecab-ipadic-neologd neologd && cd $_

0 commit comments

Comments
 (0)