From f011b8e5eb176c812d8915ad70e6b814c608e11e Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Tue, 12 Mar 2024 21:22:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Stop=20tagging=20codecov=20uploa?= =?UTF-8?q?ds=20w/=20wheel=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This seems to be what's breaking the uploader. It's likely because it's getting too long for Codecov to handle. --- .github/workflows/ci-cd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ae5f7ebc21..f427a7d9ea 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -909,8 +909,7 @@ jobs: }}, Py-${{ steps.python-install.outputs.python-version - }}, - ${{ needs.pre-setup.outputs.wheel-artifact-name }} + }} check: # This job does nothing and is only used for the branch protection if: always()