Skip to content

Commit dd9e79a

Browse files
committed
test: remove --dev
1 parent a079604 commit dd9e79a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Python
3838
run: uv python install
3939
- name: install mypy
40-
run: uv sync --dev
40+
run: uv sync
4141
- name: pre-commit
4242
run: uv run pre-commit run --all-files
4343
- name: Minimize uv cache

0 commit comments

Comments
 (0)