This commit is contained in:
Chi Wang
2023-09-21 15:58:42 +00:00
parent efa8213d9d
commit 8a43c3bab1

View File

@@ -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"