Skip to content

Commit

Permalink
Merge #202
Browse files Browse the repository at this point in the history
202: Try to fix codecov r=aragilar a=aragilar



Co-authored-by: James Tocknell <[email protected]>
  • Loading branch information
bors[bot] and aragilar authored Apr 13, 2023
2 parents 3fd0c0d + 6173205 commit 17bf7f4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ orbs:
- run: apt-get update
- run: apt-get dist-upgrade -y
- run: apt-get install -y git
- run: apt-get install -y ca-certificates
- run: apt-get install -y ca-certificates curl
#
- run: apt-get install -y python3-dev
- run: apt-get install -y python3-tk
Expand Down Expand Up @@ -72,7 +72,6 @@ orbs:
- run: find /usr/lib/python* -name EXTERNALLY-MANAGED -delete
#
- run: python3 -m pip install -c known_broken_constraints.txt --pre -U coverage # coverage major versions need to match
- run: python3 -m pip install -U codecov
tox_run:
parameters:
tox_name:
Expand All @@ -94,7 +93,9 @@ orbs:
- run:
command: bash -c "cat /tmp/xvfb.error || true"
when: always
- run: codecov
- run: curl -Os https://uploader.codecov.io/latest/linux/codecov
- run: chmod +x codecov
- run: ./codecov
- save_cache:
key: pip-{{ epoch }}
paths:
Expand Down

0 comments on commit 17bf7f4

Please sign in to comment.