Skip to content

Commit 2447f18

Browse files
committed
Use cache for pip in GitHub Action.
PR: USTC-KnowledgeComputingLab/qmb#68 Signed-off-by: Hao Zhang <[email protected]>
2 parents 28553f9 + e925f05 commit 2447f18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.12'
17+
cache: 'pip'
1718

1819
- name: Install dependencies
1920
run: pip install '.[dev]'

0 commit comments

Comments
 (0)