mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-21 06:08:07 -05:00
cleanup
This commit is contained in:
4
.github/workflows/openai.yml
vendored
4
.github/workflows/openai.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
run: |
|
||||
docker --version
|
||||
python -m pip install --upgrade pip wheel
|
||||
pip install -e .
|
||||
pip install -e.[blendsearch]
|
||||
python -c "import autogen"
|
||||
pip install coverage pytest-asyncio datasets
|
||||
- name: Install packages for test when needed
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
WOLFRAM_ALPHA_APPID: ${{ secrets.WOLFRAM_ALPHA_APPID }}
|
||||
OAI_CONFIG_LIST: ${{ secrets.OAI_CONFIG_LIST }}
|
||||
run: |
|
||||
pip install -e.[blendsearch] nbconvert nbformat ipykernel
|
||||
pip install nbconvert nbformat ipykernel
|
||||
coverage run -a -m pytest test/test_notebook.py
|
||||
coverage xml
|
||||
cat "$(pwd)/test/executed_openai_notebook_output.txt"
|
||||
|
||||
Reference in New Issue
Block a user