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: