Skip to content

Commit b4aeb63

Browse files
committed
CI fix codecov uploads
1 parent 03bc924 commit b4aeb63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

continuous_integration/upload_codecov.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
set -e
44

5-
pip install codecov
5+
python -m pip --user install codecov
66

7-
codecov || echo "codecov upload failed"
7+
python -m codecov || echo "codecov upload failed"

0 commit comments

Comments
 (0)