Skip to content

Commit fa696dd

Browse files
authored
Merge branch 'main' into extract_code
2 parents 4f9d947 + 8a43c3b commit fa696dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/openai.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
docker --version
3636
python -m pip install --upgrade pip wheel
37-
pip install -e .
37+
pip install -e.[blendsearch]
3838
python -c "import autogen"
3939
pip install coverage pytest-asyncio datasets
4040
- name: Install packages for test when needed
@@ -68,7 +68,7 @@ jobs:
6868
WOLFRAM_ALPHA_APPID: ${{ secrets.WOLFRAM_ALPHA_APPID }}
6969
OAI_CONFIG_LIST: ${{ secrets.OAI_CONFIG_LIST }}
7070
run: |
71-
pip install -e.[blendsearch] nbconvert nbformat ipykernel
71+
pip install nbconvert nbformat ipykernel
7272
coverage run -a -m pytest test/test_notebook.py
7373
coverage xml
7474
cat "$(pwd)/test/executed_openai_notebook_output.txt"

0 commit comments

Comments
 (0)