Skip to content

Commit

Permalink
upd CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KulaginVladimir committed Mar 14, 2024
1 parent ecabf55 commit 33f735e
Show file tree
Hide file tree
Showing 3 changed files with 130 additions and 292 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,10 @@ jobs:
run: |
cd tasks
jupyter-nbconvert --to python task9.ipynb
conda run python task9.py
conda run python task9.py
- name: Run Task 10
shell: bash -l {0}
run: |
cd tasks
jupyter-nbconvert --to python task10.ipynb
conda run python task10.py
253 changes: 123 additions & 130 deletions tasks/task10.ipynb

Large diffs are not rendered by default.

161 changes: 0 additions & 161 deletions tasks/task10/Noisy_TDS.csv

This file was deleted.

0 comments on commit 33f735e

Please sign in to comment.