Skip to content

Commit

Permalink
Bump tested scikit-learn=0.22.* -- it was released in 2019
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Sep 27, 2021
1 parent def8340 commit 29a373c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
matrix:
# When bumping, note to revise TEST_WITH_COVERAGE below
python-version: [ 3.7, 3.8, 3.9, "pypy-3.7" ]
scikit-version: [ 0.20.4, "0.*", "1.*" ]
scikit-version: [ 0.22.1, "0.*", "1.*" ]

env:
TEST_WITH_COVERAGE: ${{ matrix.python-version == '3.9' && matrix.scikit-version == '1.*' }}
Expand All @@ -68,7 +68,6 @@ jobs:
- name: Install dependencies
run: |
pip install -U pip setuptools wheel twine
pip install numpy # required to build scikit-learn if wheel missing
pip install scikit-learn==${{ matrix.scikit-version }}
pip install .[dev,plots]
Expand Down

0 comments on commit 29a373c

Please sign in to comment.