Skip to content

Commit

Permalink
Add Query support (#18)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander.A.Utkin <[email protected]>
Co-authored-by: Nikita Bushmakin <[email protected]>
  • Loading branch information
3 people authored Dec 12, 2024
1 parent f7220cf commit f6829db
Show file tree
Hide file tree
Showing 38 changed files with 5,439 additions and 805 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
verbose: true
# user: __token__ ## used as default
password: pypi-${{ secrets.PYPI_TOKEN }}
attestations: false

test:
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-deploy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
# user: __token__ ## used as default
password: pypi-${{ secrets.TESTPYPI_TOKEN }}
repository-url: https://test.pypi.org/legacy/
attestations: false

test:
strategy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export PYTHONPATH=$(pwd)
python3 example/main.py || exit 1
python3 -m pytest tests/tests || exit 1
reindexer_server --db /tmp/reindex_test -l0 --serverlog="" --corelog="" --httplog="" --rpclog="" &
Expand Down
Loading

0 comments on commit f6829db

Please sign in to comment.