mirror of https://github.com/microsoft/autogen.git
fix yml
This commit is contained in:
parent
f5f0a51855
commit
f208b582e4
|
@ -18,7 +18,7 @@ jobs:
|
|||
with:
|
||||
python-version: '3.10'
|
||||
- run: pip install ".[dev]"
|
||||
- run: ruff --check
|
||||
- run: ruff --check
|
||||
|
||||
format:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -29,7 +29,7 @@ jobs:
|
|||
with:
|
||||
python-version: '3.10'
|
||||
- run: pip install ".[dev]"
|
||||
- run: ruff format --check
|
||||
- run: ruff format --check
|
||||
|
||||
mypy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue