Skip to content

Commit 5cb40e6

Browse files
committed
Update run_nb.yml
add workflow_dispatch
1 parent 7950c90 commit 5cb40e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run_nb.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Run Notebooks
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- dev # Change this to your repository's main branch
@@ -32,7 +33,7 @@ jobs:
3233

3334
- name: Install dependencies
3435
run: pip install jupyter nbconvert
35-
- run: pip install -r requirements.txt
36+
- run: pip install -r requirements.txt
3637

3738
- name: Find notebooks
3839
id: find-notebooks
@@ -57,4 +58,4 @@ jobs:
5758
else
5859
echo "No errors found in notebooks."
5960
fi
60-
shell: bash
61+
shell: bash

0 commit comments

Comments
 (0)