Skip to content

Commit 0293695

Browse files
hirzelMartin Hirzel
and
Martin Hirzel
authored
Revert change to test_notebooks_master and instead attemt a different… (#1341)
* Revert change to test_notebooks_master and instead attemt a different change in test_notebooks_pr. Signed-off-by: Martin Hirzel <[email protected]> * After confirming that the test_notebooks_pr matrix worked during a PR build, move it to test_notebooks_master. Signed-off-by: Martin Hirzel <[email protected]> --------- Signed-off-by: Martin Hirzel <[email protected]> Co-authored-by: Martin Hirzel <[email protected]>
1 parent 4bd456d commit 0293695

File tree

1 file changed

+23
-14
lines changed

1 file changed

+23
-14
lines changed

.github/workflows/build.yml

+23-14
Original file line numberDiff line numberDiff line change
@@ -437,33 +437,42 @@ jobs:
437437
strategy:
438438
fail-fast: false
439439
matrix:
440+
category:
441+
- demo_
442+
- docs_
443+
- talk_
444+
python-version: [3.7, 3.9, '3.10']
445+
setup-target: ['.[full,test]']
446+
test-case: ['test/test_notebooks.py']
447+
dir: ['examples']
448+
nbexcludes: ['']
440449
include:
441450
- dir: 'examples'
442-
python-version: [3.7, 3.9, '3.10']
443-
category:
444-
- demo_
445-
- docs_
446-
- talk_
447-
setup-target: '.[full,test]'
448-
test-case: 'test/test_notebooks.py'
449-
- dir: 'examples'
450-
python-version: [3.8]
451-
category:
452-
- demo_
453-
- docs_
454-
- talk_
451+
python-version: 3.8
455452
setup-target: '.[full,test]'
456453
test-case: 'test/test_notebooks.py'
457454
nbexcludes: 'demo_auto_pipeline.ipynb'
458455
- dir: 'examples/kdd22'
459-
python-version: [3.7, 3.9, '3.10']
456+
python-version: 3.7
460457
setup-target: '.[tutorial,test]'
461458
test-case: 'test/test_notebooks.py'
459+
# nbexcludes: '06_multobj.ipynb'
462460
- dir: 'examples/kdd22'
463461
python-version: 3.8
464462
setup-target: '.[tutorial,test]'
465463
test-case: 'test/test_notebooks.py'
466464
nbexcludes: '02_total.ipynb'
465+
- dir: 'examples/kdd22'
466+
python-version: 3.9
467+
setup-target: '.[tutorial,test]'
468+
test-case: 'test/test_notebooks.py'
469+
# nbexcludes: '06_multobj.ipynb'
470+
- dir: 'examples/kdd22'
471+
python-version: '3.10'
472+
setup-target: '.[tutorial,test]'
473+
test-case: 'test/test_notebooks.py'
474+
# nbexcludes: '06_multobj.ipynb'
475+
467476
steps:
468477
- uses: actions/checkout@v3
469478
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)