File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 name : compile and build
108108 command : |
109109 . venv/bin/activate
110- python -u setup.py build_ext --inplace --verbose
110+ python setup.py build_ext --inplace
111111
112112 - run :
113113 name : run tests
@@ -119,7 +119,7 @@ jobs:
119119 name : wheel
120120 command : |
121121 . venv/bin/activate
122- python ./ setup.py bdist_wheel
122+ python setup.py bdist_wheel
123123 mkdir -p test-reports/dist
124124 cp dist/*.whl test-reports/dist
125125 mkdir -p test-reports
Original file line number Diff line number Diff line change 44@brief Module *mlinsights*.
55Look for insights for machine learned models.
66"""
7- __version__ = "0.3.539 "
7+ __version__ = "0.3.540 "
88__author__ = "Xavier Dupré"
99__github__ = "https://github.com/sdpython/mlinsights"
1010__url__ = "http://www.xavierdupre.fr/app/mlinsights/helpsphinx/index.html"
You can’t perform that action at this time.
0 commit comments