fix: caching

This commit is contained in:
Constrat
2024-08-01 12:27:32 +02:00
parent ebf458c2ff
commit 64eee6f63c

View File

@@ -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