Skip to content

Commit

Permalink
Update ipynb_to_py.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Ruslan Senatorov <[email protected]>
  • Loading branch information
ruslansenatorov authored Nov 8, 2024
1 parent 4838bc7 commit 8f4d573
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ipynb_to_py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
- name: Convert .ipynb to .py
run: |
jupytext --to py $(git ls-files '*.ipynb')
- name: Remove Base64 Image Data from .py files
run: |
python /scripts/remove_base64_images.py
- name: Commit and push changes
env:
Expand Down

0 comments on commit 8f4d573

Please sign in to comment.