revert: fix: caching

modified wrong workflow
This commit is contained in:
Constrat
2024-08-01 16:28:43 +02:00
committed by GitHub
parent 5f5eccda72
commit 2e4809bb25

View File

@@ -42,7 +42,7 @@ jobs:
if: always()
uses: actions/cache@v4
with:
path: ${{ env.pythonLocation }}/Lib/site-packages
path: ${{ env.pythonLocation }}/lib/python3.11/site-packages
key: ${{ runner.os }}-pip-optimize-templates-${{ hashFiles('./tools/OptimizeTemplates/requirements.txt') }}
- name: Install dependencies