We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e544dca commit 2b8b7e2Copy full SHA for 2b8b7e2
1 file changed
.github/workflows/ci_tests_run_notebooks.yml
@@ -53,6 +53,7 @@ jobs:
53
run: python -m pip install --upgrade tox
54
55
- name: Test with tox
56
+ run: cat ${GITHUB_EVENT_PATH}
57
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
58
59
0 commit comments