This commit is contained in:
Chi Wang 2023-09-19 13:09:57 +00:00
parent c42b68b889
commit 3f44a3a157

View File

@ -40,8 +40,8 @@ jobs:
python -m pip install --upgrade pip wheel
pip install -e .
python -c "import autogen"
pip install -e.[mathchat] datasets pytest
pip uninstall -y openai
pip install pytest
- name: Test with pytest
if: matrix.python-version != '3.10'
run: |