From 2ab75231cc806d68185278dfc45e06fc88253c8a Mon Sep 17 00:00:00 2001 From: uy_sun Date: Fri, 12 Jul 2024 18:13:52 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E5=88=A0=E9=99=A4=E6=8E=89=E5=A4=9A?= =?UTF-8?q?=E4=BD=99=E7=9A=84=E7=BC=93=E5=AD=98=E5=89=8D=E7=BC=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 52228e1..a960c5c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -29,7 +29,7 @@ jobs: uses: he0119/setup-rye@feat/windows with: enable-cache: true - cache-prefix: ${{ runner.os }}-${{ env.PYTHON_VERSION }} + cache-prefix: ${{ env.PYTHON_VERSION }} - name: Install prerequisites run: | rye pin ${{ env.PYTHON_VERSION }}