Skip to content

Commit c787346

Browse files
committed
ci: Update extension-validation enabling caching of python dependencies
See https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#caching-packages
1 parent 81a2d3d commit c787346

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/extension-validation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2727
with:
2828
python-version: "3.12"
29+
cache: "pip"
30+
cache-dependency-path: scripts/requirements.txt
2931

3032
- name: Configure git
3133
run: |

0 commit comments

Comments
 (0)