File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments