Skip to content

Commit

Permalink
[ref] Rename splitter type (friso -> mmseg_cn)
Browse files Browse the repository at this point in the history
  • Loading branch information
reindexer-bot committed Dec 6, 2024
1 parent 9537b38 commit 95d59d6
Show file tree
Hide file tree
Showing 18 changed files with 277 additions and 523 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ jobs:
run: |
if [[ $OS == ubuntu* ]]; then
sudo ./dependencies.sh
python3 -m pip install setuptools
python3 -m pip install setuptools build
else
./dependencies.sh
fi
Expand Down Expand Up @@ -238,7 +238,9 @@ jobs:
with:
repository: restream/reindexer-py
- name: Install PyReindexer
run: sudo python3 setup.py install
run: |
python -m build
python -m pip install .
- name: Test PyReindexer
run: |
cd pyreindexer
Expand Down
31 changes: 0 additions & 31 deletions clang-tidy/.clang-tidy

This file was deleted.

10 changes: 0 additions & 10 deletions clang-tidy/.clang-tidy-ignore

This file was deleted.

Loading

0 comments on commit 95d59d6

Please sign in to comment.