From 28ad35301342748086cc7fd6ca433c837e99b7c4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 03:35:06 +0000 Subject: [PATCH 1/2] Initial plan From 285c168ad7bbcbd526cd45a40a9ea898c3423b3d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 20 Feb 2026 03:50:05 +0000 Subject: [PATCH 2/2] feat: add cache-dependency-path/glob to improve CI dependency caching Co-authored-by: abhimehro <84992105+abhimehro@users.noreply.github.com> --- .github/actions/daily-perf-improver/build-steps/action.yml | 1 + .github/workflows/performance.yml | 1 + 2 files changed, 2 insertions(+) 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