From 85e99f426e600cc1d8e598ae92ff1cc89d5922bf Mon Sep 17 00:00:00 2001 From: Xavier Dupre Date: Wed, 22 May 2024 13:28:20 +0200 Subject: [PATCH] ci Signed-off-by: Xavier Dupre --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c0288f5..0b51164f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,7 +123,7 @@ jobs: pytest --maxfail=10 --durations=10 tests/h2o - name: Run tests pysparkml - if: matrix.os != 'macos-latest' && matrix.python_version != '3.12' + if: matrix.os == 'ubuntu-latest' && matrix.python_version != '3.12' run: pytest --maxfail=10 --durations=10 tests/sparkml - name: Run tests hummingbirdml