mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
bump version to 0.1.14 (#400)
* bump version to 0.1.14 * endpoint * test * test * add ipython to retrievechat dependency * constraints * target
This commit is contained in:
5
.github/workflows/openai.yml
vendored
5
.github/workflows/openai.yml
vendored
@@ -57,9 +57,9 @@ jobs:
|
||||
run: |
|
||||
pip install -e .[teachable]
|
||||
- name: Install packages for RetrieveChat with QDrant when needed
|
||||
if: matrix.python-version == '3.9'
|
||||
if: matrix.python-version == '3.11'
|
||||
run: |
|
||||
pip install qdrant_client[fastembed]
|
||||
pip install -e .[retrievechat] qdrant_client[fastembed]
|
||||
- name: Coverage
|
||||
if: matrix.python-version == '3.9'
|
||||
env:
|
||||
@@ -80,6 +80,7 @@ jobs:
|
||||
OAI_CONFIG_LIST: ${{ secrets.OAI_CONFIG_LIST }}
|
||||
run: |
|
||||
pip install nbconvert nbformat ipykernel
|
||||
coverage run -a -m pytest test/agentchat/test_qdrant_retrievechat.py
|
||||
coverage run -a -m pytest test/test_with_openai.py
|
||||
coverage run -a -m pytest test/test_notebook.py
|
||||
coverage xml
|
||||
|
||||
Reference in New Issue
Block a user