From 5d211b4620eb310e47fa41a43cada1471614c899 Mon Sep 17 00:00:00 2001 From: Ru Chern Chong Date: Wed, 8 May 2024 01:13:50 +0800 Subject: [PATCH] Add caching to pip --- .github/workflows/Deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Deploy.yml b/.github/workflows/Deploy.yml index eb6b3f4..7d1424d 100644 --- a/.github/workflows/Deploy.yml +++ b/.github/workflows/Deploy.yml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: '3.x' + cache: 'pip' - name: Install dependencies run: | @@ -42,6 +43,7 @@ jobs: uses: actions/setup-python@v2 with: python-version: '3.x' + cache: 'pip' - name: Install AWS CLI run: |