Skip to content

Commit 3059e5a

Browse files
committed
Debugging
1 parent 44151ab commit 3059e5a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,6 @@ jobs:
8989
export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.dylib
9090
fi
9191
pytest -v --tb=short -k "${{matrix.inputs}}" tests/test_notebooks.py::Test_notebooks::test_python_notebook
92+
- name: Setup tmate session on failure
93+
if: ${{ failure() }}
94+
uses: mxschmitt/action-tmate@v3

00_setup.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"metadata": {},
114114
"outputs": [],
115115
"source": [
116-
"import os\n",
116+
"import os\n",
117117
"\n",
118118
"fetch_data_all(\"data\", os.path.join(\"data\", \"manifest.json\"))"
119119
]

0 commit comments

Comments
 (0)