Skip to content

Commit a90f3b0

Browse files
committed
Add new tutorial
1 parent 448c035 commit a90f3b0

File tree

2 files changed

+787
-1
lines changed

2 files changed

+787
-1
lines changed

.github/workflows/run_tutorials.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,4 +98,5 @@ jobs:
9898
9999
- name: Run the converted notebook
100100
run: |
101-
python ./tutorials/${{ matrix.notebook }}.py
101+
# We add a prompt to confirm any user inputs in the HiTL notebook
102+
yes y | python ./tutorials/${{ matrix.notebook }}.py

0 commit comments

Comments
 (0)