File tree 4 files changed +2
-121
lines changed
4 files changed +2
-121
lines changed Original file line number Diff line number Diff line change 6
6
_PATH_ROOT = os .path .dirname (os .path .dirname (__file__ ))
7
7
_PATH_TEMPLATES = os .path .join (_PATH_ROOT , "templates" )
8
8
_PATH_DIR_SIMPLE = os .path .join (_PATH_TEMPLATES , "simple" )
9
- _PATH_DIR_TITANIC = os .path .join (_PATH_TEMPLATES , "titanic" )
9
+ # _PATH_DIR_TITANIC = os.path.join(_PATH_TEMPLATES, "titanic")
10
10
11
11
12
12
def _path_in_dir (fname : str , folder : str = _PATH_ROOT ) -> str :
Original file line number Diff line number Diff line change 42
42
- name : Prepare dummy inputs
43
43
run : |
44
44
jupytext --set-formats ipynb,py:percent templates/simple/template.py
45
- jupytext --set-formats ipynb,py:percent templates/titanic/tutorial.py
45
+ # jupytext --set-formats ipynb,py:percent templates/titanic/tutorial.py # ToDo: pull it back when Kaggle datasets are back
46
46
# mv templates/simple/template.ipynb templates/simple.ipynb
47
47
git diff --name-only HEAD~3 > master-diff.txt
48
48
python .actions/assistant.py list_dirs "" > dirs-b1.txt
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments