mirror of
https://github.com/YunoHost/ynh-dev.git
synced 2024-09-03 20:05:59 +02:00
Oops, install mypy on CI
This commit is contained in:
parent
0829da0f46
commit
6e03cebf48
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-check.yml
vendored
2
.github/workflows/python-check.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-python@v2
|
||||
- name: Install Ruff and Mypy
|
||||
run: pip install ruff
|
||||
run: pip install ruff mypy
|
||||
|
||||
- name: Ruff check
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue