diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7241f7990..782b6e0a3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.7, 3.8] scikit-learn: [0.21.2, 0.22.2, 0.23.1, 0.24] os: [ubuntu-latest] sklearn-only: ['true'] @@ -19,15 +19,31 @@ jobs: - python-version: 3.6 scikit-learn: 0.18.2 scipy: 1.2.0 - os: ubuntu-latest + os: ubuntu-20.04 sklearn-only: 'true' - python-version: 3.6 scikit-learn: 0.19.2 - os: ubuntu-latest + os: ubuntu-20.04 sklearn-only: 'true' - python-version: 3.6 scikit-learn: 0.20.2 - os: ubuntu-latest + os: ubuntu-20.04 + sklearn-only: 'true' + - python-version: 3.6 + scikit-learn: 0.21.2 + os: ubuntu-20.04 + sklearn-only: 'true' + - python-version: 3.6 + scikit-learn: 0.22.2 + os: ubuntu-20.04 + sklearn-only: 'true' + - python-version: 3.6 + scikit-learn: 0.23.1 + os: ubuntu-20.04 + sklearn-only: 'true' + - python-version: 3.6 + scikit-learn: 0.24 + os: ubuntu-20.04 sklearn-only: 'true' - python-version: 3.8 scikit-learn: 0.23.1