Skip to content

Commit fb0b883

Browse files
committed
feat(run-pre-commit): Enable pip caching
1 parent 819ff15 commit fb0b883

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run-pre-commit/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ runs:
3030
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3131
with:
3232
python-version: ${{ inputs.python-version }}
33+
cache: 'pip'
3334

3435
- name: Setup Rust Toolchain
3536
uses: dtolnay/rust-toolchain@c5a29ddb4d9d194e7c84ec8c3fba61b1c31fee8c

0 commit comments

Comments
 (0)