diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 5ae93faee..a31b13a7a 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -29,6 +29,10 @@ jobs: uses: actions/setup-python@v3 with: python-version: 3.8 + cache: pip + cache-dependency-path: | + infra/ci/requirements.txt + infra/build/functions/requirements.txt - name: Install dependencies run: | diff --git a/.github/workflows/project_tests.yml b/.github/workflows/project_tests.yml index 0b2e31cde..c82aaf149 100644 --- a/.github/workflows/project_tests.yml +++ b/.github/workflows/project_tests.yml @@ -73,6 +73,9 @@ jobs: uses: actions/setup-python@v3 with: python-version: 3.8 + cache: pip + cache-dependency-path: | + infra/ci/requirements.txt - name: Install dependencies run: |