diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 09135f9..71e539b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -89,3 +89,6 @@ jobs: export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.dylib fi pytest -v --tb=short -k "${{matrix.inputs}}" tests/test_notebooks.py::Test_notebooks::test_python_notebook + - name: Setup tmate session on failure + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 diff --git a/00_setup.ipynb b/00_setup.ipynb index 4ddba18..cfaffab 100644 --- a/00_setup.ipynb +++ b/00_setup.ipynb @@ -104,7 +104,7 @@ "source": [ "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", "\n", - "This may take a couple of minutes depending on your network." + "This may take a couple of minutes depending on your network." ] }, {