Skip to content

Commit cff365e

Browse files
committed
tweak
1 parent a5d675d commit cff365e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/test_windows_wheels_in_docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ exec_inside_container "python -m venv C:/venv"
2222
exec_inside_container "C:/venv/Scripts/python -m pip install $MNT_FOLDER/$WHEEL_PATH"
2323
exec_inside_container "C:/venv/Scripts/python -c 'import sklearn; sklearn.show_versions()'"
2424
# 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.
25+
# correctly the shared libraries on Windows, while still being reasonably fast
26+
# to run.
2727
exec_inside_container "C:/venv/Scripts/python -m sklearn.utils.tests.test_estimator_checks"

0 commit comments

Comments
 (0)