Skip to content

Commit d7573b1

Browse files
chore(ci): add pip caching to quality workflow
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 60e983a commit d7573b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/quality.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- uses: actions/setup-python@v5
2222
with:
2323
python-version: "3.11"
24+
cache: "pip"
2425

2526
- name: Install dependencies
2627
run: |
@@ -39,6 +40,7 @@ jobs:
3940
- uses: actions/setup-python@v5
4041
with:
4142
python-version: "3.11"
43+
cache: "pip"
4244

4345
- name: Install dependencies
4446
run: |

0 commit comments

Comments
 (0)