Skip to content

Commit 0c6c2cc

Browse files
committed
Debugging
1 parent 44151ab commit 0c6c2cc

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.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
@@ -104,7 +104,7 @@
104104
"source": [
105105
"Finally, we download all of the data used in the notebooks in advance. This step is necessary as we will be running the notebooks without network connectivity.\n",
106106
"\n",
107-
"This may take a couple of minutes depending on your network."
107+
"This may take a couple of minutes depending on your network."
108108
]
109109
},
110110
{

0 commit comments

Comments
 (0)