Skip to content

Commit ac74c94

Browse files
authored
ci: Disable uv caching for unit test (#1323)
Signed-off-by: Dong Hyuk Chang <[email protected]>
1 parent b8ceb18 commit ac74c94

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd-main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
uses: astral-sh/setup-uv@v6
175175
with:
176176
python-version: ${{ matrix.python-version }}
177+
enable-cache: false
177178
- name: Run tests ${{ matrix.folder }} (CPU)
178179
timeout-minutes: 40
179180
run: |

0 commit comments

Comments
 (0)