Skip to content

Commit ff3b61f

Browse files
authored
Merge pull request #277 from KhiopsML/275-prepare-release-10-2-3-0
275 prepare release 10 2 3 0
2 parents 2ebfb69 + 8ffec95 commit ff3b61f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
CONDA_ENVS="py${{ matrix.python-version }} py${{ matrix.python-version }}_conda"
126126
for CONDA_ENV in $CONDA_ENVS
127127
do
128-
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage run -m xmlrunner -o "reports/py${{ matrix.python-version }}" -v
128+
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage run -m xmlrunner -o "reports/$CONDA_ENV" -v
129129
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage report -m
130130
$CONDA run --no-capture-output -n "$CONDA_ENV" coverage xml -o "reports/$CONDA_ENV/py-coverage.xml"
131131
done

packaging/conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ requirements:
2626
- python
2727
run:
2828
- python
29-
- khiops-core >=10.2.3b.5,<10.2.4
29+
- khiops-core >=10.2.3,<10.2.4
3030
- pandas >=0.25.3
3131
- scikit-learn >=0.22.2
3232
run_constrained:

0 commit comments

Comments
 (0)