Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
  • Loading branch information
xadupre committed May 22, 2024
1 parent 6266fcf commit 845f329
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'
if: matrix.os != 'macos-latest' && matrix.python_version != '3.12'
run: pytest --maxfail=10 --durations=10 tests/sparkml

- name: Run tests hummingbirdml
Expand Down

0 comments on commit 845f329

Please sign in to comment.