Skip to content

Commit

Permalink
Try to simplify the test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Apr 8, 2023
1 parent 3f94aaa commit e9fae22
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,16 @@ jobs:
# Run on the full set on schedule, workflow_dispatch and push&tags events, otherwise on a subset.
python-version: ${{ ( github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || ( github.event_name == 'push' && github.ref_type == 'tag' ) ) && fromJSON('["3.7", "3.8", "3.9", "3.10", "3.11"]') || fromJSON('["3.7", "3.9", "3.11"]') }}
bokeh-version: ['2', '3']
pandas-version: ['1']
pandas-version: ['1', '2']
exclude:
# Bokeh 3 does not support Python 3.7
- bokeh-version: '3'
python-version: '3.7'
include:
- pandas-version: '2'
bokeh-version: '3'
python-version: '3.10'
os: 'ubuntu-latest'
- pandas-version: '2'
bokeh-version: '3'
python-version: '3.10'
os: 'windows-latest'
include:
- pandas-version: '2'
bokeh-version: '3'
python-version: '3.10'
os: 'macos-latest'
timeout-minutes: 120 # Because slow conda solve on Python 3.7
defaults:
run:
Expand Down

0 comments on commit e9fae22

Please sign in to comment.