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 5637c7b commit 2a6a634Copy full SHA for 2a6a634
.github/workflows/test_actions.yml
@@ -48,4 +48,4 @@ jobs:
48
- name: Run notebook tests
49
run: |
50
set -e
51
- python tools/test_notebooks.py > execution_log.txt
+ python tools/test_notebooks.py | tee execution_log.txt
0 commit comments