Skip to content

Commit

Permalink
ci: Fixes style job
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm committed Oct 25, 2023
1 parent b90b8fa commit da50f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt --upgrade
pip install mypy==1.6.1
- name: Run mypy
run: |
mypy --version
Expand Down

0 comments on commit da50f5e

Please sign in to comment.