mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Notebook checks (#333)
* add checks for notebooks * format * Fix mypy * format --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
9
.github/workflows/checks.yml
vendored
9
.github/workflows/checks.yml
vendored
@@ -87,6 +87,15 @@ jobs:
|
||||
hatch run +python=${{ matrix.python-version }} teamone-test-matrix:pytest -n auto
|
||||
working-directory: ./python/teams/team-one
|
||||
|
||||
mypy-notebooks:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Hatch
|
||||
uses: pypa/hatch@install
|
||||
- run: hatch run nbqa mypy docs/src
|
||||
working-directory: ./python
|
||||
|
||||
docs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user