From a229a507492c3b7c17873c5e0a5c64de300a9b3f Mon Sep 17 00:00:00 2001 From: peekxc Date: Sun, 1 Dec 2024 11:31:54 -0500 Subject: [PATCH] Cirrus change --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index a11a5c8..4119189 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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