Skip to content

Commit d25be66

Browse files
committed
add missing lbraries
1 parent 2d07169 commit d25be66

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python -m pip install --upgrade pip
30-
pip install -r requirements.txt # Assuming you have a requirements.txt
30+
pip install -r requirements.txt
31+
pip install lightgbm xgboost catboost # Install the libraries required for tests
3132
pip install pytest
3233
3334
# Run tests using pytest

0 commit comments

Comments
 (0)