Skip to content

Commit 79b0448

Browse files
chore: remove step to delete .ipynb files before linting
Co-authored-by: Genie <[email protected]>
1 parent 2472bd8 commit 79b0448

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ jobs:
3434
python -m pip install --upgrade pip
3535
pip install pytest
3636
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
37-
- name: Remove .ipynb files before linting
38-
run: |
39-
find . -name "*.ipynb" -exec rm -f {} \;
4037
- uses: chartboost/ruff-action@v1
4138
- name: Test with pytest
4239
run: |

0 commit comments

Comments
 (0)