We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f9d947 + 8a43c3b commit fa696ddCopy full SHA for fa696dd
.github/workflows/openai.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
docker --version
36
python -m pip install --upgrade pip wheel
37
- pip install -e .
+ pip install -e.[blendsearch]
38
python -c "import autogen"
39
pip install coverage pytest-asyncio datasets
40
- name: Install packages for test when needed
@@ -68,7 +68,7 @@ jobs:
68
WOLFRAM_ALPHA_APPID: ${{ secrets.WOLFRAM_ALPHA_APPID }}
69
OAI_CONFIG_LIST: ${{ secrets.OAI_CONFIG_LIST }}
70
71
- pip install -e.[blendsearch] nbconvert nbformat ipykernel
+ pip install nbconvert nbformat ipykernel
72
coverage run -a -m pytest test/test_notebook.py
73
coverage xml
74
cat "$(pwd)/test/executed_openai_notebook_output.txt"
0 commit comments