Skip to content

Commit a973d3e

Browse files
author
Azure Pipelines
committed
Merge remote-tracking branch 'origin/main' into publication
2 parents bda763c + 3f96b5f commit a973d3e

File tree

4 files changed

+2
-121
lines changed

4 files changed

+2
-121
lines changed

.actions/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
_PATH_ROOT = os.path.dirname(os.path.dirname(__file__))
77
_PATH_TEMPLATES = os.path.join(_PATH_ROOT, "templates")
88
_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")
1010

1111

1212
def _path_in_dir(fname: str, folder: str = _PATH_ROOT) -> str:

.github/workflows/ci_internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Prepare dummy inputs
4343
run: |
4444
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
4646
# mv templates/simple/template.ipynb templates/simple.ipynb
4747
git diff --name-only HEAD~3 > master-diff.txt
4848
python .actions/assistant.py list_dirs "" > dirs-b1.txt

templates/titanic/.meta.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

templates/titanic/tutorial.py

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)