Skip to content

Commit

Permalink
[BugFix,CI] Fix macos codecov install (#1039)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens authored Apr 11, 2023
1 parent 4f01f1b commit 2ac7f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ jobs:
- run:
name: Codecov upload
command: |
curl -Os https://uploader.codecov.io/latest/linux/codecov
curl -Os https://uploader.codecov.io/latest/macos/codecov
chmod +x codecov
./codecov -t ${CODECOV_TOKEN} -s ./ -Z -F macos-cpu
- run:
Expand Down

0 comments on commit 2ac7f25

Please sign in to comment.