From 64eee6f63c2f7e1f2f183ddce906602b60e89a0b Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Thu, 1 Aug 2024 12:27:32 +0200 Subject: [PATCH] fix: caching --- .github/workflows/optimize-templates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/optimize-templates.yml b/.github/workflows/optimize-templates.yml index 08ef08cb22..aca826e59f 100644 --- a/.github/workflows/optimize-templates.yml +++ b/.github/workflows/optimize-templates.yml @@ -42,7 +42,7 @@ jobs: if: always() uses: actions/cache@v4 with: - path: ${{ env.pythonLocation }}/lib/python3.11/site-packages + path: ${{ env.pythonLocation }}/Lib/site-packages key: ${{ runner.os }}-pip-optimize-templates-${{ hashFiles('./tools/OptimizeTemplates/requirements.txt') }} - name: Install dependencies