diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0867b97f4..e35a74295a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,14 +166,6 @@ jobs: setup-node: 'yes' npm-ci-flags: '--legacy-peer-deps' - # See https://playwright.dev/python/docs/ci#caching-browsers - - name: Cache Playwright browser - id: cache-browser - uses: actions/cache@v3 - with: - path: /home/runner/.cache/ms-playwright - key: ${{ runner.os }}-${{ matrix.browser }}-playwright-${{ hashFiles('requirements/ci.txt') }} - - name: Install playwright deps run: playwright install --with-deps ${{ matrix.browser }}