Skip to content

Commit 95be304

Browse files
authored
Merge pull request #90 from CSSFrancis/fix-02
Bugfix: Fix 02 with new AcceleratedIndexationGenerator
2 parents 6103b1b + 11fae0b commit 95be304

File tree

3 files changed

+76
-49
lines changed

3 files changed

+76
-49
lines changed

.github/workflows/test_workbooks.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@ name: Test documentation notebooks
22

33
on:
44
schedule:
5-
- cron: '15 6 * * 1'
5+
- cron: '15 6 * * 1' # Run every Monday at 6:15am
66
workflow_dispatch:
77
workflow: "*"
8-
pull_request:
9-
branches:
10-
- '*'
118
push:
12-
branches:
13-
- '*'
9+
pull_request:
10+
branches: [master]
1411

1512
env:
1613
MPLBACKEND: agg
@@ -32,6 +29,7 @@ jobs:
3229
run: |
3330
pip install pyxem
3431
pip install -U nbval pyopencl
32+
pip install nb-clean
3533
pip install hyperspy[gui-jupyter]
3634
3735
- name: Display Python, pip and package versions

0 commit comments

Comments
 (0)