Skip to content

Commit e2beac3

Browse files
authored
fix nightly tests (#416)
1 parent 2a46b3a commit e2beac3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ jobs:
6767
6868
- name: Run the converted notebook
6969
run: |
70-
python ./tutorials/${{ matrix.notebook }}.py
70+
# We add a prompt to confirm any user inputs in the HiTL notebook
71+
yes y | python ./tutorials/${{ matrix.notebook }}.py
7172
7273
- name: Send Failure to Datadog
7374
if: failure()

0 commit comments

Comments
 (0)