Skip to content

Commit

Permalink
Add caching to pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru Chern Chong committed May 7, 2024
1 parent ff01be8 commit 5d211b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'
cache: 'pip'

- name: Install dependencies
run: |
Expand All @@ -42,6 +43,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'
cache: 'pip'

- name: Install AWS CLI
run: |
Expand Down

0 comments on commit 5d211b4

Please sign in to comment.