Skip to content

Commit

Permalink
Merge pull request #277 from KhiopsML/275-prepare-release-10-2-3-0
Browse files Browse the repository at this point in the history
275 prepare release 10 2 3 0
  • Loading branch information
popescu-v authored Nov 13, 2024
2 parents 2ebfb69 + 8ffec95 commit ff3b61f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
CONDA_ENVS="py${{ matrix.python-version }} py${{ matrix.python-version }}_conda"
for CONDA_ENV in $CONDA_ENVS
do
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage run -m xmlrunner -o "reports/py${{ matrix.python-version }}" -v
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage run -m xmlrunner -o "reports/$CONDA_ENV" -v
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage report -m
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage xml -o "reports/$CONDA_ENV/py-coverage.xml"
done
Expand Down
2 changes: 1 addition & 1 deletion packaging/conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requirements:
- python
run:
- python
- khiops-core >=10.2.3b.5,<10.2.4
- khiops-core >=10.2.3,<10.2.4
- pandas >=0.25.3
- scikit-learn >=0.22.2
run_constrained:
Expand Down

0 comments on commit ff3b61f

Please sign in to comment.