Skip to content

Commit 5256f7d

Browse files
committed
feat: implement cache to optimize build
Reference: https://github.com/actions/setup-python?tab=readme-ov-file#caching-packages-dependencies Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent becf3f6 commit 5256f7d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.11
20+
cache: 'pip'
2021

2122
- name: Install dependencies
2223
run: |

0 commit comments

Comments
 (0)