From a8117fb3b01b4a5d5c43080ccf9bcf2e6e4e15fa Mon Sep 17 00:00:00 2001 From: Jai Date: Sat, 10 Feb 2024 19:04:48 -0800 Subject: [PATCH] Add pip caching to GH actions --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8ff341f1..f00b89f8 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -21,6 +21,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: "3.10" + cache: "pip" - name: cache models and datasets uses: actions/cache@v3 with: