There was an error while loading. Please reload this page.
1 parent 40768e9 commit f8a030aCopy full SHA for f8a030a
.github/workflows/ci.yml
@@ -134,7 +134,7 @@ jobs:
134
pytest --maxfail=10 --durations=10 tests/h2o
135
136
- name: Run tests hummingbirdml
137
- if: ${{ matrix.os != 'macos-latest' && matrix.xgboost != '<2' }}
+ if: ${{ matrix.os != 'macos-latest' && matrix._version != '<2' }}
138
run: |
139
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
140
pip install hummingbird-ml --no-deps
0 commit comments