Skip to content

Commit db35765

Browse files
committed
chore: setup pip cache for faster pre-commit
1 parent d08f85a commit db35765

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cicd.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,17 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v3
13+
with:
14+
cache: "pip"
1315
- uses: pre-commit/[email protected]
14-
16+
1517
test:
1618
runs-on: ubuntu-latest
1719

1820
steps:
1921
- uses: actions/checkout@v4
2022
- uses: actions/setup-python@v3
21-
23+
2224
- name: Install uv
2325
uses: astral-sh/setup-uv@v4
2426
with:

0 commit comments

Comments
 (0)