Oops, install mypy on CI

This commit is contained in:
Félix Piédallu 2024-03-14 14:38:36 +01:00
parent 0829da0f46
commit 6e03cebf48

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
- name: Install Ruff and Mypy - name: Install Ruff and Mypy
run: pip install ruff run: pip install ruff mypy
- name: Ruff check - name: Ruff check
run: | run: |