Skip to content

Commit

Permalink
When testing with Python 3.8, exclude a couple of notebooks that only…
Browse files Browse the repository at this point in the history
… work in other Python versions.
  • Loading branch information
[email protected] committed Jan 19, 2024
1 parent 81d7aac commit ac7f22b
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,37 +437,33 @@ jobs:
strategy:
fail-fast: false
matrix:
category:
- demo_
- docs_
- talk_
python-version: [3.7, 3.8, 3.9, '3.10']
setup-target: ['.[full,test]']
test-case: ['test/test_notebooks.py']
dir: ['examples']
nbexcludes: ['']
include:
- dir: 'examples/kdd22'
python-version: 3.7
setup-target: '.[tutorial,test]'
- dir: 'examples'
python-version: [3.7, 3.9, '3.10']
category:
- demo_
- docs_
- talk_
setup-target: '.[full,test]'
test-case: 'test/test_notebooks.py'
# nbexcludes: '06_multobj.ipynb'
- dir: 'examples/kdd22'
python-version: 3.8
setup-target: '.[tutorial,test]'
- dir: 'examples'
python-version: [3.8]
category:
- demo_
- docs_
- talk_
setup-target: '.[full,test]'
test-case: 'test/test_notebooks.py'
# nbexcludes: '06_multobj.ipynb'
nbexcludes: 'demo_auto_pipeline.ipynb'
- dir: 'examples/kdd22'
python-version: 3.9
python-version: [3.7, 3.9, '3.10']
setup-target: '.[tutorial,test]'
test-case: 'test/test_notebooks.py'
# nbexcludes: '06_multobj.ipynb'
- dir: 'examples/kdd22'
python-version: '3.10'
python-version: 3.8
setup-target: '.[tutorial,test]'
test-case: 'test/test_notebooks.py'
# nbexcludes: '06_multobj.ipynb'

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

0 comments on commit ac7f22b

Please sign in to comment.