Skip to content

Commit

Permalink
Oops, install mypy on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Piédallu committed Mar 14, 2024
1 parent 0829da0 commit 6e03ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 6e03ceb

Please sign in to comment.