Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sonichi committed Sep 21, 2023
1 parent efa8213 commit 8a43c3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8a43c3b

Please sign in to comment.