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 8ea3430 commit e1a3612Copy full SHA for e1a3612
.github/workflows/build.yml
@@ -27,10 +27,11 @@ jobs:
27
python -m pip install -U pip
28
python -m pip install -r requirements-dev.txt
29
30
- - name: Execute the notebooks
31
- run: |
32
- make executeall
33
- shell: bash
+ # 'make convertall' also executes the notebooks, so this call is redundant
+ # - name: Execute the notebooks
+ # run: |
+ # make executeall
34
+ # shell: bash
35
36
- name: Convert the notebooks to HTML
37
run: |
0 commit comments