File tree Expand file tree Collapse file tree 5 files changed +5
-14
lines changed Expand file tree Collapse file tree 5 files changed +5
-14
lines changed Original file line number Diff line number Diff line change 8383 poetry install --all-extras
8484
8585 - name : Install published package from TestPyPI
86- env :
87- OPENAI_API_KEY : ${{ secrets.OPENAI_KEY }}
88- GCP_LOCATION : ${{ secrets.GCP_LOCATION }}
89- GCP_PROJECT_ID : ${{ secrets.GCP_PROJECT_ID }}
90- COHERE_API_KEY : ${{ secrets.COHERE_API_KEY }}
91- AZURE_OPENAI_API_KEY : ${{secrets.AZURE_OPENAI_API_KEY}}
92- AZURE_OPENAI_ENDPOINT : ${{secrets.AZURE_OPENAI_ENDPOINT}}
93- AZURE_OPENAI_DEPLOYMENT_NAME : ${{secrets.AZURE_OPENAI_DEPLOYMENT_NAME}}
94- OPENAI_API_VERSION : ${{secrets.OPENAI_API_VERSION}}
9586 run :
96- poetry run pip install --index-url https://test.pypi.org/simple/ --no-deps redisvl; poetry run test-cov
87+ poetry run pip install --index-url https://test.pypi.org/simple/ --no-deps redisvl; SKIP_VECTORIZERS=True SKIP_RERANKERS=True poetry run test-cov
9788
9889 publish :
9990 needs : pre-release-checks
Original file line number Diff line number Diff line change 2222project = 'RedisVL'
2323copyright = '2024, Redis Inc.'
2424author = 'Redis Applied AI'
25- version = "0.2.0 "
25+ version = "0.2.1 "
2626
2727# The full version, including alpha/beta/rc tags
2828release = version
Original file line number Diff line number Diff line change 2424 "name" : " stdout" ,
2525 "output_type" : " stream" ,
2626 "text" : [
27- " \u001b [32m14:27:21 \u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.2.0 \n "
27+ " \u001b [32m21:05:12 \u001b [0m \u001b [34m[RedisVL]\u001b [0m \u001b [1;30mINFO\u001b [0m RedisVL version 0.2.1 \n "
2828 ]
2929 }
3030 ],
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " redisvl"
3- version = " 0.2.0 "
3+ version = " 0.2.1 "
44description = " Python client library and CLI for using Redis as a vector database"
55authors = [
" Redis Inc. <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- __version__ = "0.2.0 "
1+ __version__ = "0.2.1 "
You can’t perform that action at this time.
0 commit comments