Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
ci: Disable 3.6 tests
  • Loading branch information
eddiebergman committed Jan 8, 2024
commit 30b87d8f484d7e8c1ad1e0257b7e2ac4ef828c57
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