Skip to content

Commit

Permalink
fix: Install pacakage for type checking (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam authored Jul 26, 2024
1 parent 3367dd7 commit 436ec4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
restore-keys: |
${{ runner.os }}-mypy-3.12
${{ runner.os }}-mypy
- run: pip install -e .
- run: pip install -r requirements.txt
- run: mypy --strict

Expand Down

0 comments on commit 436ec4a

Please sign in to comment.