Skip to content

Commit 82a512a

Browse files
committed
add pip caches
1 parent 76b92e5 commit 82a512a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/unit_tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
- name: Set up Python
2929
uses: actions/setup-python@v5
3030
with:
31+
cache: 'pip'
32+
cache-dependency-path: '**/pyproject.toml'
3133
python-version: "3.12"
3234

3335
- name: Install uv
@@ -51,6 +53,8 @@ jobs:
5153
- name: Set up Python
5254
uses: actions/setup-python@v5
5355
with:
56+
cache: 'pip'
57+
cache-dependency-path: '**/pyproject.toml'
5458
python-version: "3.12"
5559

5660
- name: Install uv

0 commit comments

Comments
 (0)