There was an error while loading. Please reload this page.
1 parent a5d675d commit cff365eCopy full SHA for cff365e
1 file changed
tools/test_windows_wheels_in_docker.sh
@@ -22,6 +22,6 @@ exec_inside_container "python -m venv C:/venv"
22
exec_inside_container "C:/venv/Scripts/python -m pip install $MNT_FOLDER/$WHEEL_PATH"
23
exec_inside_container "C:/venv/Scripts/python -c 'import sklearn; sklearn.show_versions()'"
24
# Running the estimator checks is a good enough check to make sure we bundled
25
-# correctly shared libraries on Windows, while still being reasonably fast to
26
-# run.
+# correctly the shared libraries on Windows, while still being reasonably fast
+# to run.
27
exec_inside_container "C:/venv/Scripts/python -m sklearn.utils.tests.test_estimator_checks"
0 commit comments