Skip to content

Commit 75832d8

Browse files
committed
💚 fix double run typo
1 parent 35f0f1e commit 75832d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: basedmypy
9898
run: >
9999
uv run --with="numpy==${{ matrix.numpy }}"
100-
run mypy
100+
mypy
101101
--tb
102102
--hide-error-context
103103
--hide-error-code-links

0 commit comments

Comments
 (0)