From f3333f81b0fc2d580772a6b55f1e13e06c92d15a Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Fri, 14 Feb 2025 10:55:29 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=AA=20Drop=20`setup-python`=20flip=20c?= =?UTF-8?q?ache=20path=20slash=20@=20test=20job?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index d682e09..d36dec4 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -221,7 +221,7 @@ jobs: python-version: ${{ matrix.pyver }} allow-prereleases: true cache: pip - cache-dependency-path: requirements/*.txt + cache-dependency-path: requirements\\*.txt - name: Install dependencies uses: py-actions/py-dependency-install@v4 with: