Skip to content

Commit 0b50bcc

Browse files
committed
ci: fix lint issue
1 parent cdf2cf9 commit 0b50bcc

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ jobs:
4848
- name: Check code style and Type Hint
4949
run: |
5050
just _check
51-
uv pip install mypy
52-
mypy pip_conf.py
51+
uvx mypy pip_conf.py
5352
- name: Verify pip conf script
5453
run: |
5554
./pip_conf.py

0 commit comments

Comments
 (0)