From 59254c6c0682dcfd2669855818fda2d629490c58 Mon Sep 17 00:00:00 2001 From: Kumaran Rajendhiran Date: Thu, 2 Jan 2025 16:32:32 +0530 Subject: [PATCH] Update cache version to v04 to fix failing CI (#628) * Update cache version * Update cache version ot v04 --- .github/workflows/test-playwright.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-playwright.yaml b/.github/workflows/test-playwright.yaml index 2f7f88df..38560557 100644 --- a/.github/workflows/test-playwright.yaml +++ b/.github/workflows/test-playwright.yaml @@ -85,7 +85,7 @@ jobs: id: cache with: path: ${{ env.pythonLocation }} - key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-test-v03 + key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-test-v04 - name: Install Dependencies if: steps.cache.outputs.cache-hit != 'true' run: pip install .[docs,testing] diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a67a693c..c3b401c3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -82,7 +82,7 @@ jobs: id: cache with: path: ${{ env.pythonLocation }} - key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-test-v03 + key: ${{ runner.os }}-python-${{ env.pythonLocation }}-${{ hashFiles('pyproject.toml') }}-test-v04 - name: Install Dependencies if: steps.cache.outputs.cache-hit != 'true' run: pip install .[docs,testing]