We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81a2d3d commit c787346Copy full SHA for c787346
.github/workflows/extension-validation.yml
@@ -26,6 +26,8 @@ jobs:
26
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
27
with:
28
python-version: "3.12"
29
+ cache: "pip"
30
+ cache-dependency-path: scripts/requirements.txt
31
32
- name: Configure git
33
run: |
0 commit comments