Skip to content

Commit

Permalink
Test xgboost version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
KulikDM committed Dec 17, 2024
1 parent abec3b1 commit d765236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest -vs --doctest-modules --cov-fail-under=90 --cov-branch --cov=pythresh --cov-report term-missing --pyargs pythresh --continue-on-collection-errors
pytest -vs --doctest-modules --cov-fail-under=90 --cov-branch --cov=pythresh --cov-report term-missing --pyargs pythresh
- name: Codecov
uses: codecov/codecov-action@v4
env:
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ scipy>=1.3.1
setuptools>=65.5.1
torch
tqdm
xgboost>=2.0.0,<2.1.0
xgboost>=2.0.0

0 comments on commit d765236

Please sign in to comment.