Skip to content

Commit fa912a3

Browse files
committed
switch to installing dev instead
1 parent 9171665 commit fa912a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Install Dependencies
5050
if: steps.cache-uv.outputs.cache-hit != 'true'
5151
run: |
52-
uv sync --frozen --no-default-groups --group lint
52+
uv sync --frozen --no-default-groups --group dev
5353
5454
- name: Check typing
5555
run: |

0 commit comments

Comments
 (0)