mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-18 01:11:25 -05:00
Implement docker based jupyter executor (#1794)
* Implement docker based jupyter client * formatting * skip docker tests when asked * feedback * add log * update build * formatting * structural changes * update setup.py * update tests --------- Co-authored-by: Chi Wang <wang.chi@microsoft.com>
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -46,9 +46,8 @@ jobs:
|
||||
# code executors auto skip without deps, so only run for python 3.11
|
||||
if: matrix.python-version == '3.11'
|
||||
run: |
|
||||
pip install jupyter-client ipykernel
|
||||
pip install -e ".[jupyter-executor]"
|
||||
python -m ipykernel install --user --name python3
|
||||
pip install -e ".[local-jupyter-exec]"
|
||||
- name: Set AUTOGEN_USE_DOCKER based on OS
|
||||
shell: bash
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user