Skip to content

Commit

Permalink
ci: Disable 3.6 tests (#1302)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman authored Jan 8, 2024
1 parent 783f7cd commit e435706
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,43 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python-version: [3.7, 3.8]
scikit-learn: [0.21.2, 0.22.2, 0.23.1, 0.24]
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']
exclude: # no scikit-learn 0.21.2 release for Python 3.8
- python-version: 3.8
scikit-learn: 0.21.2
include:
- python-version: 3.6
scikit-learn: 0.18.2
scipy: 1.2.0
os: ubuntu-20.04
sklearn-only: 'true'
- python-version: 3.6
scikit-learn: 0.19.2
os: ubuntu-20.04
sklearn-only: 'true'
- python-version: 3.6
scikit-learn: 0.20.2
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.6
#scikit-learn: 0.18.2
#scipy: 1.2.0
#os: ubuntu-20.04
#sklearn-only: 'true'
#- python-version: 3.6
#scikit-learn: 0.19.2
#os: ubuntu-20.04
#sklearn-only: 'true'
#- python-version: 3.6
#scikit-learn: 0.20.2
#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
code-cov: true
Expand Down

0 comments on commit e435706

Please sign in to comment.