Skip to content

Commit

Permalink
Revert change to test_notebooks_master and instead attemt a different… (
Browse files Browse the repository at this point in the history
#1341)

* Revert change to test_notebooks_master and instead attemt a different change in test_notebooks_pr.

Signed-off-by: Martin Hirzel <hirzel@us.ibm.com>

* After confirming that the test_notebooks_pr matrix worked during a PR build, move it to test_notebooks_master.

Signed-off-by: Martin Hirzel <hirzel@us.ibm.com>

---------

Signed-off-by: Martin Hirzel <hirzel@us.ibm.com>
Co-authored-by: Martin Hirzel <hirzel@us.ibm.com>
  • Loading branch information
hirzel and Martin Hirzel authored Jan 20, 2024
1 parent 4bd456d commit 0293695
Showing 1 changed file with 23 additions and 14 deletions.
37 changes: 23 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,33 +437,42 @@ jobs:
strategy:
fail-fast: false
matrix:
category:
- demo_
- docs_
- talk_
python-version: [3.7, 3.9, '3.10']
setup-target: ['.[full,test]']
test-case: ['test/test_notebooks.py']
dir: ['examples']
nbexcludes: ['']
include:
- dir: 'examples'
python-version: [3.7, 3.9, '3.10']
category:
- demo_
- docs_
- talk_
setup-target: '.[full,test]'
test-case: 'test/test_notebooks.py'
- dir: 'examples'
python-version: [3.8]
category:
- demo_
- docs_
- talk_
python-version: 3.8
setup-target: '.[full,test]'
test-case: 'test/test_notebooks.py'
nbexcludes: 'demo_auto_pipeline.ipynb'
- dir: 'examples/kdd22'
python-version: [3.7, 3.9, '3.10']
python-version: 3.7
setup-target: '.[tutorial,test]'
test-case: 'test/test_notebooks.py'
# nbexcludes: '06_multobj.ipynb'
- dir: 'examples/kdd22'
python-version: 3.8
setup-target: '.[tutorial,test]'
test-case: 'test/test_notebooks.py'
nbexcludes: '02_total.ipynb'
- dir: 'examples/kdd22'
python-version: 3.9
setup-target: '.[tutorial,test]'
test-case: 'test/test_notebooks.py'
# nbexcludes: '06_multobj.ipynb'
- dir: 'examples/kdd22'
python-version: '3.10'
setup-target: '.[tutorial,test]'
test-case: 'test/test_notebooks.py'
# nbexcludes: '06_multobj.ipynb'

steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 0293695

Please sign in to comment.