8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad4cc6 commit 7c58c20Copy full SHA for 7c58c20
build_tools/azure/install.cmd
@@ -25,6 +25,10 @@ IF "%PYTHON_ARCH%"=="64" (
25
pip install numpy scipy cython pytest wheel pillow joblib
26
)
27
if "%COVERAGE%" == "true" (
28
+ @rem Using coverage 5.0 will trigger relpath between 2 windows
29
+ @rem paths from different drives. Pinning can be removed when
30
+ @rem https://github.com/scikit-learn/scikit-learn/issues/15908
31
+ @rem is resolved.
32
pip install coverage==4.5.3 codecov pytest-cov
33
34
python --version
0 commit comments