From 85a6d7f129f0b40681df42c104a919a877d6ed8b Mon Sep 17 00:00:00 2001 From: Aravind Nair <22199259+aravindvnair99@users.noreply.github.com> Date: Sun, 12 Mar 2023 02:19:38 +0530 Subject: [PATCH] Enable pip caching in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 57455e6..eaa22cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,7 @@ jobs: uses: actions/setup-python@v4 with: python-version: 3.8 + cache: 'pip' - name: Install Dependencies 📥 run: pip install -r requirements.txt