From ee15cd42efe9b0d5ea395eea0b4b7d6c563cf8df Mon Sep 17 00:00:00 2001 From: Wu Tingfeng Date: Thu, 21 Dec 2023 19:21:12 +0800 Subject: [PATCH] Only upload to coveralls on Python 3.12 --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a92583..afdfcd2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,4 +22,5 @@ jobs: run: pytest --cov - name: Coveralls + if: matrix.python-version == '3.12' uses: coverallsapp/github-action@v2