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 2a46b3a commit e2beac3Copy full SHA for e2beac3
.github/workflows/nightly.yml
@@ -67,7 +67,8 @@ jobs:
67
68
- name: Run the converted notebook
69
run: |
70
- python ./tutorials/${{ matrix.notebook }}.py
+ # We add a prompt to confirm any user inputs in the HiTL notebook
71
+ yes y | python ./tutorials/${{ matrix.notebook }}.py
72
73
- name: Send Failure to Datadog
74
if: failure()
0 commit comments