From 5ba502cf8be6790f66210297083f56660ca100a5 Mon Sep 17 00:00:00 2001 From: Andrey Kislyuk Date: Sun, 4 Aug 2024 16:44:04 -0700 Subject: [PATCH] Skip codecov on macos --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc36b5f..3454e93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: - run: make lint - run: make test - uses: codecov/codecov-action@v3 + if: ${{matrix.python-version == '3.12' && matrix.os == 'ubuntu-22.04'}} black: runs-on: ubuntu-22.04 steps: