8000 [MRG] MNT Fix assert run python script (#15905) · scikit-learn/scikit-learn@078e3ef · GitHub
[go: up one dir, main page]

Skip to content

Commit 078e3ef

Browse files
thomasjpfanjnothman
authored andcommitted
[MRG] MNT Fix assert run python script (#15905)
1 parent a05a5bc commit 078e3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/azure/install.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ IF "%PYTHON_ARCH%"=="64" (
2525
pip install numpy scipy cython pytest wheel pillow joblib
2626
)
2727
if "%COVERAGE%" == "true" (
28-
pip install coverage codecov pytest-cov
28+
pip install coverage==4.5.3 codecov pytest-cov
2929
)
3030
python --version
3131
pip --version

0 commit comments

Comments
 (0)
0