Skip to content

Commit

Permalink
mac
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 158055d commit ee98da3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,13 @@ jobs:
run: pytest --maxfail=10 --durations=10 tests/svmlib

- name: Run tests h2o
if: matrix.os != 'macos-latest'
run: |
pip install h2o
pytest --maxfail=10 --durations=10 tests/h2o
- name: Run tests pysparkml
if: matrix.os != 'macos-latest'
run: pytest --maxfail=10 --durations=10 tests/sparkml

- name: Run tests hummingbirdml
Expand Down

0 comments on commit ee98da3

Please sign in to comment.