From cc5d9bc436ddcd3851406fe931f22b552925f30b Mon Sep 17 00:00:00 2001 From: Ziv Yaniv Date: Mon, 3 Nov 2025 09:12:20 -0500 Subject: [PATCH] Debugging --- .github/workflows/main.yml | 3 +++ 00_setup.ipynb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d67a78..7ff607d 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." ] }, {