Skip to content

Commit

Permalink
Install dependencies for mypy CI check
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Oct 4, 2024
1 parent 1d0cb1b commit a991174
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 @@ -5,10 +5,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- name: Setup Python 3.9
uses: actions/setup-python@v5
with:
python-version: 3.9
cache: 'pip'
- run: python -m pip install -r requirements.txt
- name: Install mypy
run: pip install mypy
- name: Run mypy
Expand Down

0 comments on commit a991174

Please sign in to comment.