Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <[email protected]>
  • Loading branch information
xadupre committed May 22, 2024
1 parent ad3842b commit 85e99f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85e99f4

Please sign in to comment.