Skip to content

Commit

Permalink
Merge pull request #502 from mih/mypy
Browse files Browse the repository at this point in the history
Install dependencies for mypy run
  • Loading branch information
mih authored Oct 23, 2023
2 parents 551c786 + 0b9c2db commit 4e20fc4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
architecture: x64
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-devel.txt
- name: Install mypy
run: pip install mypy
- name: Run mypy
Expand Down

0 comments on commit 4e20fc4

Please sign in to comment.