Skip to content

Commit e473230

Browse files
authored
ci: enable pip caching in import profiler workflow (#17789)
This PR enables pip package dependency caching inside the `import-profiler` GHA workflow, improving setup and execution speed.
1 parent 81390d5 commit e473230

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/import-profiler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
with:
2727
python-version: "3.15"
2828
allow-prereleases: true
29+
cache: 'pip'
2930
- name: Run import profiler
3031
env:
3132
BUILD_TYPE: presubmit

0 commit comments

Comments
 (0)