Skip to content

Commit fc0077a

Browse files
committed
fixup! Add codecov.
1 parent 9e27ea1 commit fc0077a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements-install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ if [[ $USE_OPTIONAL == "true" ]]; then
1414
pip install -U -r requirements-optional.txt
1515
fi
1616

17-
pip install -U codecov
17+
if [[ $CI == "true" ]]; then
18+
pip install -U codecov
19+
fi

0 commit comments

Comments
 (0)