diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d4ab93436..2518fea1d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: matrix: os: - ubuntu-latest - #- macos-latest # see issue #271 + - macos-latest - windows-latest python-version: - "3.10" diff --git a/tests/test_sample_simple_cur.py b/tests/test_sample_simple_cur.py index 1aa9e5857..50885aedd 100644 --- a/tests/test_sample_simple_cur.py +++ b/tests/test_sample_simple_cur.py @@ -1,7 +1,7 @@ import unittest import numpy as np -from sklearn.datasets import fetch_california_housing as load +from sklearn.datasets import load_diabetes as load from skmatter.sample_selection import CUR, FPS