Skip to content

Commit e1a3612

Browse files
authored
build.yml: prevent redundant notebook execution
1 parent 8ea3430 commit e1a3612

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@ jobs:
2727
python -m pip install -U pip
2828
python -m pip install -r requirements-dev.txt
2929
30-
- name: Execute the notebooks
31-
run: |
32-
make executeall
33-
shell: bash
30+
# 'make convertall' also executes the notebooks, so this call is redundant
31+
# - name: Execute the notebooks
32+
# run: |
33+
# make executeall
34+
# shell: bash
3435

3536
- name: Convert the notebooks to HTML
3637
run: |

0 commit comments

Comments
 (0)