From 67589bbe4fb7a77dca703a3547be4bdab46ab1b0 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Mon, 20 Nov 2023 13:08:58 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AAKeep=20the=20`yarl/`=20dir=20in=20C?= =?UTF-8?q?I=20for=20Codecov=20to=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8748ef5e..fe7e68b0 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -131,9 +131,6 @@ jobs: source-tarball-name: ${{ needs.pre-setup.outputs.sdist-name }} workflow-artifact-name: >- ${{ needs.pre-setup.outputs.dists-artifact-name }} - - name: Delete the `yarl/` directory to prevent accidental imports - run: rm -rfv yarl - shell: bash - name: Download distributions uses: actions/download-artifact@v3 with: