Skip to content

Commit

Permalink
Merge branch 'bugfix/1807-rtree-index-type-check' into 'develop'
Browse files Browse the repository at this point in the history
#1807 rtree index type check

See merge request itv-backend/reindexer!1713
  • Loading branch information
reindexer-bot committed Dec 19, 2024
1 parent 9537b38 commit 56b8262
Show file tree
Hide file tree
Showing 36 changed files with 443 additions and 554 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 56b8262

Please sign in to comment.