Skip to content

Commit 584e6c4

Browse files
nstarmanjorenham
andauthored
Apply suggestions from code review
Co-authored-by: Joren Hammudoglu <[email protected]> Signed-off-by: Nathaniel Starkman <[email protected]>
1 parent 69cfe53 commit 584e6c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ jobs:
2525

2626
- name: Install uv
2727
uses: astral-sh/setup-uv@v6
28-
with:
29-
enable-cache: true
3028

3129
- name: Install the project
3230
run: uv sync --locked --group test
@@ -55,7 +53,6 @@ jobs:
5553
- name: Install uv
5654
uses: astral-sh/setup-uv@v6
5755
with:
58-
enable-cache: true
5956
python-version: ${{ matrix.python-version }}
6057

6158
- name: Install the project
@@ -88,7 +85,6 @@ jobs:
8885
- name: Install uv
8986
uses: astral-sh/setup-uv@v6
9087
with:
91-
enable-cache: true
9288
python-version: ${{ matrix.python-version }}
9389
- name: Install the project
9490
run: uv sync --locked --group test --resolution lowest-direct

0 commit comments

Comments
 (0)