Skip to content

Commit 785111b

Browse files
committed
ci: kick ci
1 parent a2d0f17 commit 785111b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ runs:
99
with:
1010
enable-cache: true
1111

12-
- name: Cache dependencies
13-
uses: actions/cache@v4
14-
with:
15-
path: .venv
16-
key: ${{ hashFiles('uv.lock') }}
17-
1812
- name: Install dependencies
1913
shell: bash
20-
run: uv sync --all-groups
14+
run: uv sync --frozen

0 commit comments

Comments
 (0)