Skip to content

Commit

Permalink
Specify the version of scikit-learn to fix the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Aug 1, 2023
1 parent 910d144 commit 7503f32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cpp-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ env:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ on:
jobs:
build:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11' ]
Expand Down Expand Up @@ -42,7 +41,7 @@ jobs:
- name: Upgrade pip and install pytest
run: |
python -m pip install --upgrade pip
pip install pytest scikit-learn
pip install pytest scikit-learn==1.2.2
- name: Pip install
run: pip install .
Expand Down

0 comments on commit 7503f32

Please sign in to comment.