Skip to content

Commit

Permalink
Add mecab to github.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzohrab committed Nov 1, 2023
1 parent 648677a commit 2d1b2af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Install Dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y mecab mecab-ipadic-utf8
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
Expand Down

0 comments on commit 2d1b2af

Please sign in to comment.