Skip to content

Commit

Permalink
fix: mypy in actions, installed last version
Browse files Browse the repository at this point in the history
  • Loading branch information
Virako committed Jun 9, 2023
1 parent ff9891c commit 35a2167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mypy==0.812
pip install mypy
pip install .
- name: Running static types with mypy
run: |
Expand Down

0 comments on commit 35a2167

Please sign in to comment.