Skip to content

Commit 9b540e7

Browse files
committed
Remove unnecessary setup
1 parent 82795ca commit 9b540e7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
- name: Install Python 3.12
3232
run: uv python install ${{ matrix.python-version }}
3333

34-
# We do not use the cache action as uv is faster than the cache action.
35-
- name: "Install dependencies"
36-
run: |
37-
uv pip install --system --upgrade --editable .[dev]
38-
3934
- name: "Lint"
4035
run: |
4136
uv run --all-extras pre-commit run --all-files --hook-stage commit --verbose

0 commit comments

Comments
 (0)