Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test failure #62

Merged
merged 2 commits into from
Apr 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions tests/open-ce-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ tests:
command: |
conda install -y git
git clone --recursive -b v$(python -c "import xgboost; print(xgboost.__version__)") https://github.com/dmlc/xgboost
conda install -y pytest mock hypothesis matplotlib pandas=1.5.* urllib3 psutil distributed scikit-learn=1.1.*
conda install -y pytest mock hypothesis matplotlib pandas=1.5.* urllib3 psutil distributed scikit-learn=1.3.*
PYTHON_VER=$(python -c 'import platform; print(platform.python_version())')
if [[ ! "$PYTHON_VER" =~ "3.9" ]]
then
conda install -y python-graphviz # graphviz doesn't install with python3.9
fi
- name: Run XGBoost Python tests
command: |
cd xgboost
Expand Down
Loading