8000 [MRG] MNT Adds comment regarding coverage pinning (#15912) · ritchieng/scikit-learn@7c58c20 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7c58c20

Browse files
thomasjpfanogrisel
authored andcommitted
[MRG] MNT Adds comment regarding coverage pinning (scikit-learn#15912)
* MNT Adds comment regarding coverage pinning * CLN Improves english
1 parent 4ad4cc6 commit 7c58c20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build_tools/azure/install.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ IF "%PYTHON_ARCH%"=="64" (
2525
pip install numpy scipy cython pytest wheel pillow joblib
2626
)
2727
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.
2832
pip install coverage==4.5.3 codecov pytest-cov
2933
)
3034
python --version

0 commit comments

Comments
 (0)
0