Skip to content

Commit f8a030a

Browse files
committed
fix
Signed-off-by: Xavier Dupré <xadupre@microsoft.com>
1 parent 40768e9 commit f8a030a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
pytest --maxfail=10 --durations=10 tests/h2o
135135
136136
- name: Run tests hummingbirdml
137-
if: ${{ matrix.os != 'macos-latest' && matrix.xgboost != '<2' }}
137+
if: ${{ matrix.os != 'macos-latest' && matrix._version != '<2' }}
138138
run: |
139139
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
140140
pip install hummingbird-ml --no-deps

0 commit comments

Comments
 (0)