Skip to content

Commit

Permalink
Upgrade pip first
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Bainian <brian97cbn@gmail.com>
  • Loading branch information
Briancbn committed Jul 8, 2020
1 parent e55efa0 commit 7090d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions industrial_ci/src/upload_coverage_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function upload_coverage_report {
bash <(curl -s https://codecov.io/bash) -Z
;;
"coveralls.io")
pip install --user --upgrade pip
pip install --user coveralls
coveralls --merge=.ici_coverage_report/coverage.json
;;
Expand Down

0 comments on commit 7090d0a

Please sign in to comment.