diff --git a/.github/actions/daily-perf-improver/build-steps/action.yml b/.github/actions/daily-perf-improver/build-steps/action.yml index 929477da..80122922 100644 --- a/.github/actions/daily-perf-improver/build-steps/action.yml +++ b/.github/actions/daily-perf-improver/build-steps/action.yml @@ -9,6 +9,7 @@ runs: with: python-version: '3.13' cache: 'pip' + cache-dependency-path: 'requirements.txt' - name: Install dependencies shell: bash diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 9ffb9f3e..d8641c1a 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -20,6 +20,7 @@ jobs: uses: astral-sh/setup-uv@v4 with: enable-cache: true + cache-dependency-glob: "uv.lock" - name: Set up Python uses: actions/setup-python@v5