Skip to content

Commit

Permalink
Move convert_notebook call to actions
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673774394
Change-Id: I4ec1ea888502cee12a4e52a3cfa15253b7fa17c0
  • Loading branch information
jagapiou authored and copybara-github committed Sep 12, 2024
1 parent e5bb519 commit 020ad52
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/install-examples/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,3 @@ runs:
- name: Show installed dependencies
shell: bash
run: pip list

- name: Convert notebooks
shell: bash
run: ./bin/convert_notebooks.sh notebooks
3 changes: 3 additions & 0 deletions .github/workflows/pylint-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ jobs:
- name: Run PyLint on examples
run: pylint --errors-only examples

- name: Convert notebooks
run: ./bin/convert_notebooks.sh notebooks

- name: Run PyLint on notebooks
run: pylint --errors-only notebooks
3 changes: 3 additions & 0 deletions .github/workflows/pytype-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ jobs:
- name: Run PyType on examples
run: pytype examples

- name: Convert notebooks
run: ./bin/convert_notebooks.sh notebooks

- name: Run PyType on notebooks
run: pytype --pythonpath=. notebooks

0 comments on commit 020ad52

Please sign in to comment.