mirror of
https://github.com/microsoft/autogen.git
synced 2026-02-08 19:05:01 -05:00
migrate prototype to initial impl
This commit is contained in:
18
.github/workflows/checks.yml
vendored
18
.github/workflows/checks.yml
vendored
@@ -51,12 +51,12 @@ jobs:
|
||||
- run: pip install ".[dev]"
|
||||
- uses: jakebailey/pyright-action@v2
|
||||
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- run: pip install ".[dev]"
|
||||
- run: pytest
|
||||
# test:
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v4
|
||||
# - uses: actions/setup-python@v5
|
||||
# with:
|
||||
# python-version: '3.10'
|
||||
# - run: pip install ".[dev]"
|
||||
# - run: pytest
|
||||
|
||||
Reference in New Issue
Block a user