Skip to content

Commit f9833f6

Browse files
committed
install xgboost which is used in the unit tests of DoubleML
1 parent 6074727 commit f9833f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install dependencies
4646
run: |
4747
python -m pip install --upgrade pip
48-
python -m pip install pytest
48+
python -m pip install pytest xgboost
4949
pip install -r requirements.txt
5050
pip install .
5151
- name: Test with pytest

0 commit comments

Comments
 (0)