Skip to content

Commit

Permalink
Cirrus change
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 1, 2024
1 parent b270cbc commit a229a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ coverage_report_task:
depends_on: build_and_test
# only_if: $CI_PLATFORM == 'almalinux'
name: Submit coverage info
# container:
# image: python:3.10:slim
container:
image: quay.io/pypa/manylinux_2_28_x86_64
script:
- python -m coverage xml -o coverage.xml
- pipx run 'coveralls<4' --submit coverage.xml
Expand Down

0 comments on commit a229a50

Please sign in to comment.