Skip to content

Commit ec8e583

Browse files
authored
Add pip caching to Python workflow
1 parent 797c197 commit ec8e583

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/setup-python@v5
2323
with:
2424
python-version: "3.13"
25+
cache: 'pip'
2526
- name: Test Machine Info
2627
run: |
2728
df

0 commit comments

Comments
 (0)