Skip to content

Commit 67d3f79

Browse files
committed
enable uv cache
1 parent 868e67e commit 67d3f79

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
with:
7878
python-version: ${{ matrix.python-version }}
7979
version: ${{ env.UV_VERSION }}
80+
enable-cache: true
8081

8182
- name: Set up Python ${{ matrix.python-version }}
8283
run: uv python install ${{ matrix.python-version }}

.github/workflows/testing.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
with:
8787
python-version: ${{ matrix.python-version }}
8888
version: ${{ env.UV_VERSION }}
89+
enable-cache: true
8990

9091
- name: Set up Python ${{ matrix.python-version }}
9192
run: uv python install ${{ matrix.python-version }}

0 commit comments

Comments
 (0)