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 ee98da3 commit 6266fcf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ jobs:
if: matrix.os != 'macos-latest'
run: |
python -c "from lightgbm import __version__;print('lightgbm', __version__)"
python -c "from hummingbirdml import __version__;print('hummingbirdml', __version__)"
- name: Run tests baseline
run: pytest --maxfail=10 --durations=10 tests/baseline
Expand Down

0 comments on commit 6266fcf

Please sign in to comment.