We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44151ab commit 3059e5aCopy full SHA for 3059e5a
.github/workflows/main.yml
@@ -89,3 +89,6 @@ jobs:
89
export PYENCHANT_LIBRARY_PATH=/opt/homebrew/lib/libenchant-2.dylib
90
fi
91
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
@@ -113,7 +113,7 @@
113
"metadata": {},
114
"outputs": [],
115
"source": [
116
- "import os\n",
+ "import os\n",
117
"\n",
118
"fetch_data_all(\"data\", os.path.join(\"data\", \"manifest.json\"))"
119
]
0 commit comments