diff --git a/.github/workflows/openai.yml b/.github/workflows/openai.yml index c06ff5e3e..eef8e4ce6 100644 --- a/.github/workflows/openai.yml +++ b/.github/workflows/openai.yml @@ -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"