From e9fae220d9c927b9bcb1f9abb196828602f2320e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Sat, 8 Apr 2023 08:24:56 +0200 Subject: [PATCH] Try to simplify the test.yaml --- .github/workflows/test.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 6c754ac4a7..c3c031feaf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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: