mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-18 01:11:25 -05:00
Implement User Defined Functions for Local CLI Executor (#2102)
* Implement user defined functions feature for local cli exec, add docs * add tests, update docs * fixes * fix test * add pandas test dep * install test * provide template as func * formatting * undo change * address comments * add test deps * formatting * test only in 1 env * formatting * remove test for local only --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -43,10 +43,10 @@ jobs:
|
||||
python -c "import autogen"
|
||||
pip install pytest mock
|
||||
- name: Install optional dependencies for code executors
|
||||
# code executors auto skip without deps, so only run for python 3.11
|
||||
# code executors and udfs auto skip without deps, so only run for python 3.11
|
||||
if: matrix.python-version == '3.11'
|
||||
run: |
|
||||
pip install -e ".[jupyter-executor]"
|
||||
pip install -e ".[jupyter-executor,test]"
|
||||
python -m ipykernel install --user --name python3
|
||||
- name: Set AUTOGEN_USE_DOCKER based on OS
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user