Skip to content

Commit bdcef56

Browse files
chore: re-enable cache for lowest-direct tests
Cache was never the issue - the problem was test subprocesses using wrong resolution strategy, which is now fixed via UV_RESOLUTION env var.
1 parent f77fc10 commit bdcef56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install uv
5151
uses: astral-sh/setup-uv@v3
5252
with:
53-
enable-cache: ${{ matrix.dep-resolution.name != 'lowest-direct' }}
53+
enable-cache: true
5454
version: 0.9.5
5555

5656
- name: Install the project

0 commit comments

Comments
 (0)