mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-08 06:25:14 -05:00
Add support to unstructrued (#501)
* Add support to unstructrued * Fix tests * Add test and documents * Fix tests * Fix tests * Test unstructured on linux and mac
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -42,6 +42,10 @@ jobs:
|
||||
python -c "import autogen"
|
||||
pip install -e. pytest
|
||||
pip uninstall -y openai
|
||||
- name: Install unstructured if not windows
|
||||
if: matrix.os != 'windows-2019'
|
||||
run: |
|
||||
pip install "unstructured[all-docs]"
|
||||
- name: Test with pytest
|
||||
if: matrix.python-version != '3.10'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user